From 1e180d611dd6bed9cccb42c4bf68c6f7df5b420e Mon Sep 17 00:00:00 2001 From: Tetralux <1348560+Tetralux@users.noreply.github.com> Date: Mon, 21 Jan 2019 12:29:32 +0000 Subject: Allow 'odin run program.odin -- --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 3a9bb874b..c85df469a 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -137,8 +137,8 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) { } #include "unicode.cpp" -#include "string.cpp" #include "array.cpp" +#include "string.cpp" #include "murmurhash3.cpp" #define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++) -- cgit v1.2.3