diff options
Diffstat (limited to 'src/log.cpp')
-rw-r--r-- | src/log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp index abd6beb76..cd0814f54 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -39,6 +39,8 @@ #include <sys/time.h> +#include "debug.h" + Logger::Logger(): mLogToStandardOut(true), mChatWindow(NULL), |