mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Added two missing includes to fix build on gcc
This commit is contained in:
parent
3967a7ac7e
commit
1eef1d32a0
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include "libslic3r/Point.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class GLShaderProgram
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue