소스 검색

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