summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-12-04 21:57:00 +0100
committerGravatar Tony Wasserka2014-12-09 16:37:34 +0100
commit27280f178bf2ea94f575849da036d11d23f30d94 (patch)
treef052de7c0c24dd19e2a161aa71791fdf6c8e12c4 /src/common/log.h
parentMerge pull request #217 from archshift/cmd_buff (diff)
downloadyuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.gz
yuzu-27280f178bf2ea94f575849da036d11d23f30d94.tar.xz
yuzu-27280f178bf2ea94f575849da036d11d23f30d94.zip
Fix some headers to include their dependencies properly.
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 @@
4 4
5#pragma once 5#pragma once
6 6
7#include "common/common_funcs.h"
8#include "common/msg_handler.h"
9
7#ifndef LOGGING 10#ifndef LOGGING
8#define LOGGING 11#define LOGGING
9#endif 12#endif