Explorar o código

Added include for QScopedPointer and QObject

Andreas Fetzer %!s(int64=10) %!d(string=hai) anos
pai
achega
335ae2979e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;