summaryrefslogtreecommitdiff
path: root/enumerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.h')
-rw-r--r--enumerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/enumerator.h b/enumerator.h
index 5d2c2d9..eddef1f 100644
--- a/enumerator.h
+++ b/enumerator.h
@@ -20,11 +20,10 @@
#define QUACKLE_ENUMERATOR_H
#include <vector>
+using std::vector;
#include "bag.h"
-using namespace std;
-
namespace Quackle
{
class Bag;