changeset 1824:6788e58c1715

adding <algorithm> to uicontrol to fix build issue with vs2008
author Grumpy7
date Wed, 09 Oct 2013 08:29:23 +0200
parents 24b70fa98474
children 23deb6b09c8c
files NewUI/Core/UIControl.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NewUI/Core/UIControl.h	Wed Oct 09 08:09:48 2013 +0200
+++ b/NewUI/Core/UIControl.h	Wed Oct 09 08:29:23 2013 +0200
@@ -1,5 +1,6 @@
 #pragma once
 #include <list>
+#include <algorithm>
 
 class UIControl
 {