mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Added missing include.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user