diff options
Diffstat (limited to 'reporter.cpp')
-rw-r--r-- | reporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reporter.cpp b/reporter.cpp index 92435d6..246da4b 100644 --- a/reporter.cpp +++ b/reporter.cpp @@ -28,6 +28,7 @@ #include "reporter.h" using namespace Quackle; +using namespace std; void Reporter::reportPosition(const GamePosition &position, ComputerPlayer *computerPlayer, UVString *report) { |