summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:47:28 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:47:28 +0100
commit9482702bdc27acda209599dfabad6e45d0aa1410 (patch)
tree69abd410a5ac82a99e2ab0caf9b230216de6a24e
parent316b72eb0e76a71031d69e598c6574496357b81e (diff)
'libs/gtkmm2ext' - Compiler specific includes
-rw-r--r--libs/gtkmm2ext/prolooks_helpers.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/prolooks_helpers.c b/libs/gtkmm2ext/prolooks_helpers.c
index d682edec52..9709db7c5a 100644
--- a/libs/gtkmm2ext/prolooks_helpers.c
+++ b/libs/gtkmm2ext/prolooks_helpers.c
@@ -6,6 +6,11 @@
License: LGPLv2+
*/
+#ifdef COMPILER_MSVC
+#include <algorithm>
+using std::min; using std::max;
+#endif
+
#include "gtkmm2ext/prolooks-helpers.h"
static gpointer cairo_color_parent_class = NULL;