ソースを参照

Added missing include.

Dario Manesku 11 年 前
コミット
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.
  * Copyright 2010-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
  */
- 
+
 #ifndef BX_ALLOCATOR_H_HEADER_GUARD
 #ifndef BX_ALLOCATOR_H_HEADER_GUARD
 #define BX_ALLOCATOR_H_HEADER_GUARD
 #define BX_ALLOCATOR_H_HEADER_GUARD
 
 
 #include "bx.h"
 #include "bx.h"
 
 
 #include <memory.h>
 #include <memory.h>
+#include <string.h> //::memmove
 #include <new>
 #include <new>
 
 
 #if BX_CONFIG_ALLOCATOR_CRT
 #if BX_CONFIG_ALLOCATOR_CRT