mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed build when tech ENABLE_NON_STATIC_CANVAS_MANAGER is disabled
This commit is contained in:
parent
095062e371
commit
e886475fe7
2 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,9 @@
|
|||
#include "GUI_ObjectLayers.hpp"
|
||||
#include "GLSelectionRectangle.hpp"
|
||||
#include "MeshUtils.hpp"
|
||||
#if !ENABLE_NON_STATIC_CANVAS_MANAGER
|
||||
#include "Camera.hpp"
|
||||
#endif // !ENABLE_NON_STATIC_CANVAS_MANAGER
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue