diff options
Diffstat (limited to 'source/base/base_include.h')
| -rwxr-xr-x | source/base/base_include.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source/base/base_include.h b/source/base/base_include.h index 07856d0..c8eec41 100755 --- a/source/base/base_include.h +++ b/source/base/base_include.h | |||
| @@ -15,10 +15,11 @@ | |||
| 15 | #include "base_mem.h" | 15 | #include "base_mem.h" |
| 16 | #include "base_arena.h" | 16 | #include "base_arena.h" |
| 17 | #include "base_stack.h" | 17 | #include "base_stack.h" |
| 18 | #include "base_test.h" | ||
| 19 | #include "base_string.h" | 18 | #include "base_string.h" |
| 19 | |||
| 20 | #include "base_io.h" | 20 | #include "base_io.h" |
| 21 | #include "base_os.h" | 21 | #include "base_error.h" |
| 22 | #include "base_test.h" | ||
| 22 | 23 | ||
| 23 | #ifdef BASE_UNITY | 24 | #ifdef BASE_UNITY |
| 24 | 25 | ||
| @@ -26,4 +27,8 @@ | |||
| 26 | #include "base_stack.c" | 27 | #include "base_stack.c" |
| 27 | 28 | ||
| 28 | #endif | 29 | #endif |
| 30 | |||
| 31 | #include "base_os.h" | ||
| 32 | |||
| 33 | |||
| 29 | #endif | 34 | #endif |
