From 55ea5a03fac384c394228c8cc6d4cccd7f57ea65 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sun, 12 Oct 2014 17:24:43 -0700 Subject: [PATCH] Fix missing header on OSX. --- Sources/Plasma/CoreLib/hsAlignedAllocator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/CoreLib/hsAlignedAllocator.hpp b/Sources/Plasma/CoreLib/hsAlignedAllocator.hpp index a592d45c..eacc4328 100644 --- a/Sources/Plasma/CoreLib/hsAlignedAllocator.hpp +++ b/Sources/Plasma/CoreLib/hsAlignedAllocator.hpp @@ -45,6 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "HeadSpin.h" #include +#include template