From 5a4e9decd97ef5f01fe5c2e05adb776f79fdda01 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Mar 2018 19:24:50 +0100 Subject: [PATCH] - added missing #include --- src/d_stats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_stats.cpp b/src/d_stats.cpp index 3cb089b4d2..d2005d4cdc 100644 --- a/src/d_stats.cpp +++ b/src/d_stats.cpp @@ -9,6 +9,7 @@ extern int sys_ostype; #include #include #include +#include #endif #include