Added a missing include for gcc
This commit is contained in:
parent
5fc82cecfe
commit
4d5d1390f0
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "Serial.hpp"
|
||||
|
||||
#include "libslic3r/Exception.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue