1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-01 06:41:39 +00:00

Added climits, it compiled on VS2019, but not with g++

This commit is contained in:
florent.teppe 2021-09-19 15:00:51 +02:00
parent 76be2e91e5
commit bcb0526268

View file

@ -2,6 +2,7 @@
#define GAME_MWDIALOGUE_KEYWORDSEARCH_H
#include <map>
#include <climits>
#include <cctype>
#include <stdexcept>
#include <vector>