diff options
Diffstat (limited to 'backends/platform/3ds/osystem-events.cpp')
-rw-r--r-- | backends/platform/3ds/osystem-events.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/3ds/osystem-events.cpp b/backends/platform/3ds/osystem-events.cpp index 064540fa66..de0f58426c 100644 --- a/backends/platform/3ds/osystem-events.cpp +++ b/backends/platform/3ds/osystem-events.cpp @@ -20,12 +20,14 @@ * */ +#define FORBIDDEN_SYMBOL_EXCEPTION_time_h + +#include "osystem.h" #include "backends/timer/default/default-timer.h" #include "engines/engine.h" #include "gui.h" #include "options-dialog.h" #include "config.h" -#include "osystem.h" namespace _3DS { |