mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:53:52 +00:00
solve error with min/max macro for windows
This commit is contained in:
parent
84dce2eb36
commit
7386fd0442
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
using namespace MWGui;
|
||||
|
||||
/* GenerateClassResultDialog */
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include <cmath>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
using namespace MWGui;
|
||||
using namespace Widgets;
|
||||
|
||||
|
|
Loading…
Reference in a new issue