Dario Manesku 11 лет назад
Родитель
Сommit
b720d9fc90
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      include/bx/allocator.h

+ 2 - 1
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 <memory.h>
+#include <string.h> //::memmove
 #include <new>
 
 #if BX_CONFIG_ALLOCATOR_CRT