Added missing includes (GCC11.1 without PCH).
This commit is contained in:
parent
0508754033
commit
5e78203241
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
|
||||
#define TAG_INTRO "ANYCUBIC\0\0\0\0"
|
||||
#define TAG_HEADER "HEADER\0\0\0\0\0\0"
|
||||
|
|
Loading…
Add table
Reference in a new issue