Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-11-08 22:18:40 +0300
committerbubnikv <bubnikv@gmail.com>2018-11-08 22:18:40 +0300
commitbbfbe88a5fdcda79efe5a9a58b96847b17a1db41 (patch)
treec45920a5572c56535d0e95e02ec8ae2eb93a5f64 /src/slic3r/pchheader.hpp
parent811404d97a367939c83120cfc6ebb6b8b94a4f7d (diff)
Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
Diffstat (limited to 'src/slic3r/pchheader.hpp')
-rw-r--r--src/slic3r/pchheader.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slic3r/pchheader.hpp b/src/slic3r/pchheader.hpp
index e0a1802d5..3b321d960 100644
--- a/src/slic3r/pchheader.hpp
+++ b/src/slic3r/pchheader.hpp
@@ -87,6 +87,11 @@
#include <tbb/parallel_for.h>
#include <tbb/spin_mutex.h>
+#ifdef _MSC_VER
+ // avoid some "macro redefinition" warnings
+ #include <urlmon.h>
+#endif /* _MSC_VER */
+
#include <wx/app.h>
#include <wx/bitmap.h>
#include <wx/bmpbuttn.h>