summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common_funcs.h')
-rw-r--r--src/common/common_funcs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index db041780a..67b3679b0 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -5,6 +5,7 @@
5#pragma once 5#pragma once
6 6
7#include "common_types.h" 7#include "common_types.h"
8#include <cstdlib>
8 9
9#ifdef _WIN32 10#ifdef _WIN32
10#define SLEEP(x) Sleep(x) 11#define SLEEP(x) Sleep(x)
@@ -39,8 +40,6 @@ template<> struct CompileTimeAssert<true> {};
39#include <sys/endian.h> 40#include <sys/endian.h>
40#endif 41#endif
41 42
42#include "common_types.h"
43
44// go to debugger mode 43// go to debugger mode
45 #ifdef GEKKO 44 #ifdef GEKKO
46 #define Crash() 45 #define Crash()