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 <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
#include <boost/algorithm/string/replace.hpp>
|
||||||
|
#include <boost/log/trivial.hpp>
|
||||||
|
|
||||||
|
|
||||||
#define TAG_INTRO "ANYCUBIC\0\0\0\0"
|
#define TAG_INTRO "ANYCUBIC\0\0\0\0"
|
||||||
#define TAG_HEADER "HEADER\0\0\0\0\0\0"
|
#define TAG_HEADER "HEADER\0\0\0\0\0\0"
|
||||||
|
|
Loading…
Reference in a new issue