mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-19 03:47:37 +08:00
Fixing a missing include on Windows.
This commit is contained in:
parent
f35efb8fe5
commit
50293c0f86
@ -38,6 +38,10 @@
|
||||
#include "PhysicalPrinterDialog.hpp"
|
||||
#include "UnsavedChangesDialog.hpp"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <commctrl.h>
|
||||
#endif // WIN32
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user