Fix a missing header in GCodeReader
This commit is contained in:
parent
aa7ff0700b
commit
d59fc1939b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#include <Shiny/Shiny.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue