Addnig missing <fstream> include
This commit is contained in:
parent
7ed659641e
commit
613e1d41a9
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <fstream>
|
||||
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
|
Loading…
Reference in New Issue