From 981950e7ee0c4293405e7a7f25fbb45be0b0932c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 12 Nov 2016 21:45:06 -0800 Subject: [PATCH] Cleanup. --- include/bx/crtimpl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bx/crtimpl.h b/include/bx/crtimpl.h index dff0120..e26f195 100644 --- a/include/bx/crtimpl.h +++ b/include/bx/crtimpl.h @@ -6,6 +6,8 @@ #ifndef BX_CRTIMPL_H_HEADER_GUARD #define BX_CRTIMPL_H_HEADER_GUARD +#include "bx.h" + #if BX_CONFIG_ALLOCATOR_CRT # include # include "allocator.h"