From 675afab2017248783e2608fc4d508c96adb6c59c Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Mon, 27 Jul 2009 01:07:54 +0000 Subject: [PATCH] Hopefully fix build error on OS X, WindowRef and SetWindowModified() being undeclared in frame_main. Originally committed to SVN as r3296. --- aegisub/src/frame_main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/src/frame_main.cpp b/aegisub/src/frame_main.cpp index 5976b69c3..ca839ef14 100644 --- a/aegisub/src/frame_main.cpp +++ b/aegisub/src/frame_main.cpp @@ -82,6 +82,9 @@ #endif #include "charset_conv.h" #include "libresrc/libresrc.h" +#ifdef __WXMAC__ +#include +#endif