From b720d9fc901ac01be8e9692c6d37a76e2c86ca28 Mon Sep 17 00:00:00 2001 From: Dario Manesku Date: Thu, 8 Jan 2015 17:31:57 +0100 Subject: [PATCH] Added missing include. --- include/bx/allocator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bx/allocator.h b/include/bx/allocator.h index 405447c..d9f740b 100644 --- a/include/bx/allocator.h +++ b/include/bx/allocator.h @@ -2,13 +2,14 @@ * Copyright 2010-2015 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ - + #ifndef BX_ALLOCATOR_H_HEADER_GUARD #define BX_ALLOCATOR_H_HEADER_GUARD #include "bx.h" #include +#include //::memmove #include #if BX_CONFIG_ALLOCATOR_CRT