Browse Source

Include missing header for some Visual Studio versions.

Sascha Zelzer 11 years ago
parent
commit
1dd16ae785
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

+ 2 - 0
Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

@@ -46,6 +46,8 @@
 #include <QDebug>
 #include <QDebug>
 #include <QFuture>
 #include <QFuture>
 
 
+#include <algorithm>
+
 #if (QT_VERSION < QT_VERSION_CHECK(4,7,0))
 #if (QT_VERSION < QT_VERSION_CHECK(4,7,0))
 extern int qHash(const QUrl& url);
 extern int qHash(const QUrl& url);
 #endif
 #endif