1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 11:45:34 +00:00
This commit is contained in:
Nikolay Kasyanov 2012-08-11 01:11:52 +04:00
parent 225530c690
commit ebf1fe415e

View file

@ -17,7 +17,7 @@
#include <cstdlib> #include <cstdlib>
#include <stdexcept> #include <stdexcept>
#if defined(__APPLE__) && !__LP64__ #if defined(__APPLE__) && !defined(__LP64__)
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#endif #endif