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/game.cpp | |
parent | 435c12617241fb87225987f2e3f0521cf2dbae75 (diff) | |
download | manaverse-1e68125a911d426df22281690f09396158ba5ded.tar.gz manaverse-1e68125a911d426df22281690f09396158ba5ded.tar.bz2 manaverse-1e68125a911d426df22281690f09396158ba5ded.tar.xz manaverse-1e68125a911d426df22281690f09396158ba5ded.zip |
Replace file type from stream to FILE in logger.
This will allow log data from C libs.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index bb9559924..43e48943e 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -149,6 +149,8 @@ #undef ERROR #endif // WIN32 +#include <fstream> + #include "debug.h" QuitDialog *quitDialog = nullptr; |