Skip to content

Commit

Permalink
"fixes" char vs wchar issue when wx is present
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Apr 15, 2013
1 parent 905e7b6 commit 93b7662
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lslunitsync/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

#include <cstdio>

//these need to go before cimg
#ifdef HAVE_WX
#include <wx/image.h>
#include <wx/bitmap.h>
#endif

#define cimg_verbosity 1
#include <cimg/CImg.h>
#include <lslutils/misc.h>
#include <lslutils/logging.h>

#ifdef HAVE_WX
#include <wx/intl.h>
#include <wx/image.h>
#include <wx/bitmap.h>
#endif

#ifdef WIN32
#include <boost/filesystem.hpp>
Expand Down

0 comments on commit 93b7662

Please sign in to comment.