1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Added a missing include for gcc

This commit is contained in:
Lukas Matena
2020-09-15 16:40:52 +02:00
parent 5fc82cecfe
commit 4d5d1390f0
+2
View File
@@ -1,5 +1,7 @@
#include "Serial.hpp"
#include "libslic3r/Exception.hpp"
#include <algorithm>
#include <string>
#include <vector>