浏览代码

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
 {