Hopefully fix build error on OS X, WindowRef and SetWindowModified() being undeclared in frame_main.

Originally committed to SVN as r3296.
This commit is contained in:
Niels Martin Hansen 2009-07-27 01:07:54 +00:00
parent f2e8333aea
commit 675afab201

View file

@ -82,6 +82,9 @@
#endif
#include "charset_conv.h"
#include "libresrc/libresrc.h"
#ifdef __WXMAC__
#include <Carbon/MacWindows.h>
#endif