diff options
Diffstat (limited to 'move.cpp')
-rw-r--r-- | move.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include "move.h" using namespace Quackle; +using namespace std; bool operator==(const Move &move1, const Move &move2) { |