Branimir Karadžić hace 9 años
padre
commit
981950e7ee
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/bx/crtimpl.h

+ 2 - 0
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 <malloc.h>
 #	include "allocator.h"