mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed missing includes on osx.
This commit is contained in:
@@ -1,15 +1,18 @@
|
|||||||
#ifndef slic3r_GUI_ObjectList_hpp_
|
#ifndef slic3r_GUI_ObjectList_hpp_
|
||||||
#define slic3r_GUI_ObjectList_hpp_
|
#define slic3r_GUI_ObjectList_hpp_
|
||||||
|
|
||||||
#include <wx/bitmap.h>
|
|
||||||
#include <wx/dataview.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/bitmap.h>
|
||||||
|
#include <wx/dataview.h>
|
||||||
|
#include <wx/menu.h>
|
||||||
|
|
||||||
#include "Event.hpp"
|
#include "Event.hpp"
|
||||||
#include "wxExtensions.hpp"
|
#include "wxExtensions.hpp"
|
||||||
|
|
||||||
class wxBoxSizer;
|
class wxBoxSizer;
|
||||||
|
class wxMenuItem;
|
||||||
class PrusaObjectDataViewModel;
|
class PrusaObjectDataViewModel;
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|||||||
Reference in New Issue
Block a user