ソースを参照

Depends on QList, the header must be included

Luis Ibanez 15 年 前
コミット
b8affbd855
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Libs/Core/ctkDependencyGraph.h

+ 1 - 0
Libs/Core/ctkDependencyGraph.h

@@ -3,6 +3,7 @@
 
 // QT includes
 #include <QString>
+#include <QList>
 
 class ctkDependencyGraph
 {