Added missing include
This commit is contained in:
parent
6f789aaee7
commit
e28ed4997d
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <boost/log/trivial.hpp>
|
||||
|
||||
#include <wx/glcanvas.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
#if ENABLE_HACK_CLOSING_ON_OSX_10_9_5
|
||||
#ifdef __APPLE__
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef slic3r_OpenGLManager_hpp_
|
||||
#define slic3r_OpenGLManager_hpp_
|
||||
|
||||
class wxWindow;
|
||||
class wxGLCanvas;
|
||||
class wxGLContext;
|
||||
|
||||
|
|
Loading…
Reference in a new issue