From 1e68125a911d426df22281690f09396158ba5ded Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 Feb 2018 02:29:41 +0300 Subject: Replace file type from stream to FILE in logger. This will allow log data from C libs. --- src/resources/map/map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources') diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index baddf468b..1e97597bf 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -68,11 +68,11 @@ #include "utils/foreach.h" #include "utils/timer.h" -#include - #include #include +#include +#include #include "debug.h" -- cgit v1.2.3-70-g09d2