diff options
Diffstat (limited to 'src/common/common_funcs.h')
| -rw-r--r-- | src/common/common_funcs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 3f6df075a..db041780a 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h | |||
| @@ -39,6 +39,8 @@ template<> struct CompileTimeAssert<true> {}; | |||
| 39 | #include <sys/endian.h> | 39 | #include <sys/endian.h> |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #include "common_types.h" | ||
| 43 | |||
| 42 | // go to debugger mode | 44 | // go to debugger mode |
| 43 | #ifdef GEKKO | 45 | #ifdef GEKKO |
| 44 | #define Crash() | 46 | #define Crash() |