diff options
Diffstat (limited to 'endgame.cpp')
-rw-r--r-- | endgame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/endgame.cpp b/endgame.cpp index 5ebd7c6..99583f3 100644 --- a/endgame.cpp +++ b/endgame.cpp @@ -28,6 +28,7 @@ // #define DEBUG_ENDGAME using namespace Quackle; +using namespace std; Endgame::Endgame() : m_logfileIsOpen(false), m_hasHeader(false), m_dispatch(0) |