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 <stdexcept>
#if defined(__APPLE__) && !__LP64__
#if defined(__APPLE__) && !defined(__LP64__)
#include <Carbon/Carbon.h>
#endif