projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters...
[wxWidgets.git]
/
src
/
motif
/
combobox_native.cpp
diff --git
a/src/motif/combobox_native.cpp
b/src/motif/combobox_native.cpp
index 0d588f0911e8ac4b1a12ac4ef0e253fdabd5cab6..f610a3bfab43fd0e210556eb1cf06e97518af907 100644
(file)
--- a/
src/motif/combobox_native.cpp
+++ b/
src/motif/combobox_native.cpp
@@
-9,6
+9,9
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/setup.h"
#if wxUSE_COMBOBOX
#include "wx/setup.h"
#if wxUSE_COMBOBOX