소스 검색

Added include for QScopedPointer and QObject

Andreas Fetzer 10 년 전
부모
커밋
335ae2979e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.h

+ 3 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleManager.h

@@ -24,8 +24,10 @@
 
 #include <ctkCommandLineModulesCoreExport.h>
 
-#include <QStringList>
+#include <QObject>
+#include <QScopedPointer>
 #include <QString>
+#include <QStringList>
 #include "ctkCmdLineModuleReference.h"
 
 struct ctkCmdLineModuleBackend;