From 847ac9e599518a114c97735499ec1f2a08351c25 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 1 Sep 2015 08:14:17 +0200 Subject: [PATCH] missing errno.h --HG-- branch : WINDOWSPORT --- src/utils/debuglog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/debuglog.cpp b/src/utils/debuglog.cpp index da29ab6c..2153e08e 100644 --- a/src/utils/debuglog.cpp +++ b/src/utils/debuglog.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #ifndef _WIN32 #include #endif