projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f5b9b
)
Compilation fix.
author
Mattia Barbon
<mbarbon@cpan.org>
Fri, 21 Nov 2003 22:49:12 +0000
(22:49 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Fri, 21 Nov 2003 22:49:12 +0000
(22:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24628
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/motif/settings.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/motif/settings.cpp
b/src/motif/settings.cpp
index 809f5ac1d0ce6c13388160faf69aba2fa44b4510..25bcfddc025af3d49cb15346b2fa898feef6271b 100644
(file)
--- a/
src/motif/settings.cpp
+++ b/
src/motif/settings.cpp
@@
-30,6
+30,8
@@
#pragma message enable nosimpint
#endif
+#include "wx/x11/privx.h"
+
// To correctly read the resources from the database, we create a
// sample widget. This has the application shell as the parent and
// so will be destroyed when the applicaion is closed.