Addnig missing <fstream> include

This commit is contained in:
The Coriolis Project 2011-09-29 09:40:50 +00:00
parent 7ed659641e
commit 613e1d41a9
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <vector>
#include <map>
#include <fstream>
#include <libxml/parser.h>
#include <libxml/tree.h>