projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf4f38
)
compilation fix: need to include wx/thread.h now
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 14 Dec 2007 17:15:30 +0000
(17:15 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/src/dfb/app.cpp
b/src/dfb/app.cpp
index 9fac9fec8673f619727125dd11b80884264b1aa6..093bd63642d78c2b9eee67f8a7abcbfa863e3d6f 100644
(file)
--- a/
src/dfb/app.cpp
+++ b/
src/dfb/app.cpp
@@
-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"