From bcb0526268ad529fe51929f4b21af12357b823a7 Mon Sep 17 00:00:00 2001 From: "florent.teppe" Date: Sun, 19 Sep 2021 15:00:51 +0200 Subject: [PATCH] Added climits, it compiled on VS2019, but not with g++ --- apps/openmw/mwdialogue/keywordsearch.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwdialogue/keywordsearch.hpp b/apps/openmw/mwdialogue/keywordsearch.hpp index 3cd8517651..fc6f2a91e8 100644 --- a/apps/openmw/mwdialogue/keywordsearch.hpp +++ b/apps/openmw/mwdialogue/keywordsearch.hpp @@ -2,6 +2,7 @@ #define GAME_MWDIALOGUE_KEYWORDSEARCH_H #include +#include #include #include #include