diff options
Diffstat (limited to 'generator.h')
-rw-r--r-- | generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.h b/generator.h index 5a30f40..5fd0d54 100644 --- a/generator.h +++ b/generator.h @@ -25,7 +25,7 @@ #include "game.h" #include "move.h" -using namespace std; +using std::vector; namespace Quackle { |