|
@@ -6,6 +6,11 @@
|
|
|
#undef max
|
|
#undef max
|
|
|
|
|
|
|
|
#include <atomic>
|
|
#include <atomic>
|
|
|
|
|
+#include <utility>
|
|
|
|
|
+
|
|
|
|
|
+#if BS_PLATFORM == BS_PLATFORM_LINUX
|
|
|
|
|
+# include <malloc.h>
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
namespace BansheeEngine
|
|
namespace BansheeEngine
|
|
|
{
|
|
{
|
|
@@ -412,4 +417,4 @@ namespace BansheeEngine
|
|
|
|
|
|
|
|
#include "BsMemStack.h"
|
|
#include "BsMemStack.h"
|
|
|
#include "BsGlobalFrameAlloc.h"
|
|
#include "BsGlobalFrameAlloc.h"
|
|
|
-#include "BsMemAllocProfiler.h"
|
|
|
|
|
|
|
+#include "BsMemAllocProfiler.h"
|