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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-10-29 18:01:26 +0300
committerbubnikv <bubnikv@gmail.com>2018-10-29 18:01:26 +0300
commit5377304b0ca1b29954c44af0b0ecb6cea54e2ebf (patch)
tree0720d00c9c9200951746566434e90437f467387d /src/slic3r/pchheader.cpp
parent35d984b812c1a34d324597403dd229801484f18e (diff)
Precompiled headers on Visual Studio & GCC, with the highest hopes
that it will not break the build server.
Diffstat (limited to 'src/slic3r/pchheader.cpp')
-rw-r--r--src/slic3r/pchheader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/pchheader.cpp b/src/slic3r/pchheader.cpp
new file mode 100644
index 000000000..9ab59c53d
--- /dev/null
+++ b/src/slic3r/pchheader.cpp
@@ -0,0 +1 @@
+#include "pchheader.hpp"