summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-09 12:14:05 -0500
committerbunnei <bunneidev@gmail.com>2014-12-09 12:14:05 -0500
commit360f68419db55de15a996feb1874d1b0b82c4661 (patch)
tree816d9a88deded411908e6d9aa22a648416c41469 /src/common/log.h
parentb7327f807cc2d85a6a5353b904de7781a6c6429c (diff)
parent8b8131baecca16b46c22318b3331b2165cc74cbc (diff)
Merge pull request #218 from neobrain/pica_debugger
Pica debugger improvements
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 14ad98c08..ff0295cb0 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -4,6 +4,9 @@
#pragma once
+#include "common/common_funcs.h"
+#include "common/msg_handler.h"
+
#ifndef LOGGING
#define LOGGING
#endif