Преглед на файлове

Include missing header for some Visual Studio versions.

Sascha Zelzer преди 11 години
родител
ревизия
1dd16ae785
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

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

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