浏览代码

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;