Added another define to the memory manager

This commit is contained in:
Raynaldo Rivera 2010-02-21 03:00:18 +00:00
parent d7cc61ab1e
commit 8135b93bc3
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@
#include <new.h>
#endif
#ifndef CAUDIO_PLATFORM_LINUX
#include <mpatrol.h>
#endif
#include "../Headers/cMemoryManager.h"
// ---------------------------------------------------------------------------------------------------------------------------------