ソースを参照

Merge pull request #590 from Heather/patch-1

fix build with Qt 5.5 ( close #588 )
Sascha Zelzer 10 年 前
コミット
c7714a5cca
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Libs/PluginFramework/ctkPluginArchiveSQL_p.h

+ 1 - 0
Libs/PluginFramework/ctkPluginArchiveSQL_p.h

@@ -22,6 +22,7 @@
 #ifndef CTKPLUGINARCHIVESQL_P_H
 #define CTKPLUGINARCHIVESQL_P_H
 
+#include <QObject>
 #include <QDateTime>
 #include <QHash>
 #include <QSharedPointer>