Fix missing header in GLGizmoCut

This commit is contained in:
Martin Šach 2023-12-07 15:36:34 +01:00
parent c40284a4cd
commit 33d5b4d60b

View File

@ -8,6 +8,7 @@
#include <GL/glew.h>
#include <algorithm>
#include <wx/progdlg.h>
#include "slic3r/GUI/GUI_App.hpp"
#include "slic3r/GUI/Plater.hpp"