Fix of wxWidgets3.0 again wxGetApp not declared in this scope #6655
This commit is contained in:
parent
5743eb9c17
commit
e6295bbfe8
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
#include "GUI_Utils.hpp"
|
#include "GUI_Utils.hpp"
|
||||||
|
#include "GUI_App.hpp"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
#include <boost/format.hpp>
|
#include <boost/format.hpp>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include "GUI_App.hpp"
|
#include "libslic3r/AppConfig.hpp"
|
||||||
#include "libslic3r/AppConfig.hpp"
|
#include <wx/msw/registry.h>
|
||||||
#include <wx/msw/registry.h>
|
#endif // _WIN32
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <wx/toplevel.h>
|
#include <wx/toplevel.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue