Browse Source

BUG: Fix missing include QItemSelection

Pablo Hernandez-Cerdan 7 years ago
parent
commit
8cc690cc7b
1 changed files with 1 additions and 0 deletions
  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"