diff -r d227c0207a02 -r 29d61b962cb0 stdafx.h --- a/stdafx.h Thu Jul 28 19:59:41 2005 +0000 +++ b/stdafx.h Thu Jul 28 21:47:41 2005 +0000 @@ -20,10 +20,16 @@ #endif #include -#include #include #include +// MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal +#if !defined(__APPLE__) +#include +#else +#include "os/macosx/macos.h" +#endif + #if defined(UNIX) || defined(__MINGW32__) # include #endif