]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notifmsg.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / msw / notifmsg.cpp
index cedac4899bd2fd052e4c27bc063ebba547e14141..348af4a93f3dc3b7129825cc3a2362c511bc06d0 100644 (file)
 
 #if wxUSE_NOTIFICATION_MESSAGE && wxUSE_TASKBARICON
 
+#include "wx/notifmsg.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/toplevel.h"
+    #include "wx/app.h"
     #include "wx/string.h"
 #endif // WX_PRECOMP
 
-#include "wx/notifmsg.h"
 #include "wx/generic/notifmsg.h"
 
 #include "wx/taskbar.h"