From 6dce3e51864e9fc8799690c132b5e7d4e868ddf2 Mon Sep 17 00:00:00 2001 From: slothlife Date: Fri, 21 Mar 2014 01:33:11 -0500 Subject: [PATCH] Fixed include to use C99 header, not C++11 header --- apps/openmw/mwworld/weather.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/weather.hpp b/apps/openmw/mwworld/weather.hpp index 3167a64c2..cad3a4492 100644 --- a/apps/openmw/mwworld/weather.hpp +++ b/apps/openmw/mwworld/weather.hpp @@ -1,7 +1,7 @@ #ifndef GAME_MWWORLD_WEATHER_H #define GAME_MWWORLD_WEATHER_H -#include +#include #include #include