From 1d81b73df9922f0d3006a2d8031bf44f88573224 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 24 Jun 2017 22:58:50 +0100 Subject: Basic command line flags: e.g. `-opt=0` --- src/common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 8ad21a2d6..40386375d 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -12,6 +12,7 @@ #include + gbAllocator heap_allocator(void) { return gb_heap_allocator(); } -- cgit v1.2.3