This commit is contained in:
Branimir Karadžić
2016-11-12 21:45:06 -08:00
parent dfe555dc96
commit 981950e7ee

View File

@@ -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"