diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-04 21:57:00 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-09 16:37:34 +0100 |
commit | 27280f178bf2ea94f575849da036d11d23f30d94 (patch) | |
tree | f052de7c0c24dd19e2a161aa71791fdf6c8e12c4 /src/common/log.h | |
parent | Merge pull request #217 from archshift/cmd_buff (diff) | |
download | yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.gz yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.bz2 yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.lz yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.xz yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.zst yuzu-27280f178bf2ea94f575849da036d11d23f30d94.zip |
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 |