diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/log.h | 3 |
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 |