Parcourir la source

Depends on QList, the header must be included

Luis Ibanez il y a 15 ans
Parent
commit
b8affbd855
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
 {