diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-16 02:29:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-16 02:29:41 +0300 |
commit | 1e68125a911d426df22281690f09396158ba5ded (patch) | |
tree | 2e46a2966de58db1654036637ceba5caf7b6958a /src/gui/windows/chatwindow.cpp | |
parent | 435c12617241fb87225987f2e3f0521cf2dbae75 (diff) | |
download | plus-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/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 0b4d550dd..f9ba143bd 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -81,6 +81,7 @@ #include <sys/stat.h> +#include <fstream> #include <sstream> #include "debug.h" |