Explorar el Código

Depends on QList, the header must be included

Luis Ibanez hace 15 años
padre
commit
b8affbd855
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 {