mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Fix couple of build issues on gcc
This commit is contained in:
parent
9a4376ddc6
commit
5670f5ffb0
5 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
|||
#ifndef slic3r_GUI_Init_hpp_
|
||||
#define slic3r_GUI_Init_hpp_
|
||||
|
||||
#include <libslic3r/PrintConfig.hpp>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
namespace GUI {
|
||||
|
||||
struct GUI_InitParams
|
||||
|
@ -21,4 +24,4 @@ int GUI_Run(GUI_InitParams ¶ms);
|
|||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif slic3r_GUI_Init_hpp_
|
||||
#endif // slic3r_GUI_Init_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue