diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-04 19:41:03 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-09 16:37:34 +0100 |
commit | 0cd27a511ecd170484b672263c09192b579e31ac (patch) | |
tree | dfa2dece82fcbcfe45708582a493ee0ff317ce82 /src/common/common_funcs.h | |
parent | 55ce9aca7149159d6ec444047355e47d70c13c3f (diff) |
Some code cleanup.
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> {}; #include <sys/endian.h> #endif +#include "common_types.h" + // go to debugger mode #ifdef GEKKO #define Crash() |