1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:23:52 +00:00

solve error with min/max macro for windows

This commit is contained in:
gugus 2011-02-19 19:21:32 +01:00
parent 84dce2eb36
commit 7386fd0442
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,9 @@
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#undef min
#undef max
using namespace MWGui;
/* GenerateClassResultDialog */

View file

@ -10,6 +10,9 @@
#include <cmath>
#undef min
#undef max
using namespace MWGui;
using namespace Widgets;