1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Fixing a missing include on Windows.

This commit is contained in:
bubnikv
2020-10-01 20:15:40 +02:00
parent f35efb8fe5
commit 50293c0f86
+4
View File
@@ -38,6 +38,10 @@
#include "PhysicalPrinterDialog.hpp"
#include "UnsavedChangesDialog.hpp"
#ifdef WIN32
#include <commctrl.h>
#endif // WIN32
namespace Slic3r {
namespace GUI {