Просмотр исходного кода

Depends on QList, the header must be included

Luis Ibanez лет назад: 15
Родитель
Сommit
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
 {