1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fix missing header on OSX.

This commit is contained in:
Darryl Pogue
2014-10-12 17:24:43 -07:00
committed by Darryl Pogue
parent 70d037353f
commit 55ea5a03fa

View File

@ -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>