Browse Source

Fix missing header on OSX.

Darryl Pogue 10 years ago committed by Darryl Pogue
parent
commit
55ea5a03fa
  1. 1
      Sources/Plasma/CoreLib/hsAlignedAllocator.hpp

1
Sources/Plasma/CoreLib/hsAlignedAllocator.hpp

@ -45,6 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "HeadSpin.h"
#include <stdexcept>
#include <new>
template<class T, size_t ALIGNMENT=16>

Loading…
Cancel
Save