Преглед изворни кода

Merge pull request #806 from phcerdan/fix_missing_include_ButtonsWidget

BUG: Fix missing include QItemSelection
Jean-Christophe Fillion-Robin пре 7 година
родитељ
комит
cf71b0afc2
1 измењених фајлова са 1 додато и 0 уклоњено
  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"