# HG changeset patch # User Martin Gasser # Date 1161688421 0 # Node ID 28c38d1e514181e3eb91428d6e2e3ea929abb05d # Parent c92a605f6b59c90ba6866001126ea4f582b81a78 included OSX-specific headers diff -r c92a605f6b59 -r 28c38d1e5141 system/System.cpp --- a/system/System.cpp Thu Oct 19 13:05:39 2006 +0000 +++ b/system/System.cpp Tue Oct 24 11:13:41 2006 +0000 @@ -25,6 +25,11 @@ #include #endif +#ifdef __APPLE__ +#include +#include +#endif + #include #ifdef _WIN32