solve error with min/max macro for windows

pull/21/head
gugus 14 years ago
parent 84dce2eb36
commit 7386fd0442

@ -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…
Cancel
Save