mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 23:56:32 +08:00
move wx includes into precomp guard.
This commit is contained in:
parent
104089a3e3
commit
cb8697f261
@ -1,10 +1,10 @@
|
|||||||
#include <wx/wxprec.h>
|
#include <wx/wxprec.h>
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/wx.h>
|
#include <wx/wx.h>
|
||||||
|
#include <wx/display.h>
|
||||||
|
#include <wx/filefn.h>
|
||||||
#include <wx/dir.h>
|
#include <wx/dir.h>
|
||||||
#endif
|
#endif
|
||||||
#include <wx/display.h>
|
|
||||||
#include <wx/filefn.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user