summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-16 02:29:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-16 02:29:41 +0300
commit1e68125a911d426df22281690f09396158ba5ded (patch)
tree2e46a2966de58db1654036637ceba5caf7b6958a /src/utils
parent435c12617241fb87225987f2e3f0521cf2dbae75 (diff)
downloadplus-1e68125a911d426df22281690f09396158ba5ded.tar.gz
plus-1e68125a911d426df22281690f09396158ba5ded.tar.bz2
plus-1e68125a911d426df22281690f09396158ba5ded.tar.xz
plus-1e68125a911d426df22281690f09396158ba5ded.zip
Replace file type from stream to FILE in logger.
This will allow log data from C libs.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml/libxml.cpp2
-rw-r--r--src/utils/xml/pugixml.cpp2
-rw-r--r--src/utils/xml/tinyxml2.cpp2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp
index 5d1b4d90a..7fcdfd7fc 100644
--- a/src/utils/xml/libxml.cpp
+++ b/src/utils/xml/libxml.cpp
@@ -33,6 +33,8 @@
#include "utils/translation/podict.h"
+#include <fstream>
+
#include "debug.h"
namespace
diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp
index 01ea0940f..4919b34a8 100644
--- a/src/utils/xml/pugixml.cpp
+++ b/src/utils/xml/pugixml.cpp
@@ -34,6 +34,8 @@
#include "utils/translation/podict.h"
+#include <fstream>
+
#include "debug.h"
namespace
diff --git a/src/utils/xml/tinyxml2.cpp b/src/utils/xml/tinyxml2.cpp
index 0a3053a41..48ea9c891 100644
--- a/src/utils/xml/tinyxml2.cpp
+++ b/src/utils/xml/tinyxml2.cpp
@@ -33,6 +33,8 @@
#include "utils/translation/podict.h"
+#include <fstream>
+
#include "debug.h"
namespace