diff options
| author | 2014-12-09 12:14:05 -0500 | |
|---|---|---|
| committer | 2014-12-09 12:14:05 -0500 | |
| commit | 360f68419db55de15a996feb1874d1b0b82c4661 (patch) | |
| tree | 816d9a88deded411908e6d9aa22a648416c41469 /src/common/log.h | |
| parent | Merge pull request #217 from archshift/cmd_buff (diff) | |
| parent | More cleanups. (diff) | |
| download | yuzu-360f68419db55de15a996feb1874d1b0b82c4661.tar.gz yuzu-360f68419db55de15a996feb1874d1b0b82c4661.tar.xz yuzu-360f68419db55de15a996feb1874d1b0b82c4661.zip | |
Merge pull request #218 from neobrain/pica_debugger
Pica debugger improvements
Diffstat (limited to 'src/common/log.h')
| -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 @@ | |||
| 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 |