ソースを参照

Added missing include directives.

Sascha Zelzer 14 年 前
コミット
a9a7c4b768
共有2 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 1 0
      Libs/PluginFramework/service/cm/ctkManagedService.h
  2. 2 1
      Libs/PluginFramework/service/cm/ctkManagedServiceFactory.h

+ 1 - 0
Libs/PluginFramework/service/cm/ctkManagedService.h

@@ -24,6 +24,7 @@
 #define CTKMANAGEDSERVICE_H
 
 #include <QObject>
+#include <ctkPluginFramework_global.h>
 
 /**
  * A service that can receive configuration data from a Configuration Admin

+ 2 - 1
Libs/PluginFramework/service/cm/ctkManagedServiceFactory.h

@@ -23,7 +23,8 @@
 #ifndef CTKMANAGEDSERVICEFACTORY_H
 #define CTKMANAGEDSERVICEFACTORY_H
 
-#include <QObject>
+#include <QString>
+#include <ctkPluginFramework_global.h>
 
 /**
  * Manage multiple service instances.