Core: Fix non pch build

This commit is contained in:
Vincent_Michael
2013-01-02 13:58:36 +01:00
parent 62adbdab99
commit 05efdaf393

View File

@@ -3,6 +3,8 @@
#ifndef _MEMORY_H
#define _MEMORY_H
#include "DetourAlloc.h"
// memory management
inline void* dtCustomAlloc(int size, dtAllocHint /*hint*/)
{