Explorar el Código

BUG: Fix missing include QItemSelection

Pablo Hernandez-Cerdan hace 7 años
padre
commit
8cc690cc7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Libs/Widgets/ctkPathListButtonsWidget_p.h

+ 1 - 0
Libs/Widgets/ctkPathListButtonsWidget_p.h

@@ -23,6 +23,7 @@
 
 // Qt includes
 #include <QObject>
+#include <QItemSelection>
 
 // CTK includes
 #include "ui_ctkPathListButtonsWidget.h"