projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxDC::Set/GetLayoutDirection() and implemented it for wxMSW (patch from Tim...
[wxWidgets.git]
/
src
/
common
/
imagjpeg.cpp
diff --git
a/src/common/imagjpeg.cpp
b/src/common/imagjpeg.cpp
index 4db84ee61bde18b61028b1e709a456e81e4bf6d8..31e069e53a425a19805a6589665514cbb2da905e 100644
(file)
--- a/
src/common/imagjpeg.cpp
+++ b/
src/common/imagjpeg.cpp
@@
-23,6
+23,7
@@
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/bitmap.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/bitmap.h"
+ #include "wx/module.h"
#endif
// NB: Some compilers define boolean type in Windows headers
#endif
// NB: Some compilers define boolean type in Windows headers
@@
-45,7
+46,6
@@
extern "C"
#include "wx/filefn.h"
#include "wx/wfstream.h"
#include "wx/filefn.h"
#include "wx/wfstream.h"
-#include "wx/module.h"
// For memcpy
#include <string.h>
// For memcpy
#include <string.h>