Browse Source

Added include for QScopedPointer and QObject

Andreas Fetzer 10 years ago
parent
commit
335ae2979e
1 changed files with 3 additions and 1 deletions
  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;