1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-11 14:44:07 +00:00

Fix compilation on OS X/Clang.

This commit is contained in:
C.W. Betts 2014-04-06 23:22:32 -06:00
parent 33ad610b96
commit c4f5ce3f85

View file

@ -82,6 +82,7 @@ while(true)
#include <vector> #include <vector>
#include <map> #include <map>
#include <cmath> #include <cmath>
#include <stdlib.h>
#ifdef _DEBUG #ifdef _DEBUG
#include <cassert> #include <cassert>