From 67e2eafbcfde78bef88cefb34bbe5297e2a37669 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 4 Nov 2015 14:55:13 +0100 Subject: [PATCH] add missing include (MSVC is not picky enough) --- src/util/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/log.c b/src/util/log.c index 953557923..9f5f0abb2 100644 --- a/src/util/log.c +++ b/src/util/log.c @@ -15,6 +15,7 @@ without prior permission by the authors of Eressea. #include "unicode.h" #include +#include #include #include #include