]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix: need to include wx/thread.h now
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Dec 2007 17:15:30 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Dec 2007 17:15:30 +0000 (17:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/dfb/app.cpp

index 9fac9fec8673f619727125dd11b80884264b1aa6..093bd63642d78c2b9eee67f8a7abcbfa863e3d6f 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/app.h"
 
 #include "wx/evtloop.h"
+#include "wx/thread.h"
 #include "wx/dfb/private.h"
 #include "wx/private/fontmgr.h"