Просмотр исходного кода

Added include for QScopedPointer and QObject

Andreas Fetzer лет назад: 10
Родитель
Сommit
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;