ソースを参照

Fix compile error due to missing include

Steve Pieper 13 年 前
コミット
b165455441
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Libs/Widgets/ctkWidgetsUtils.h

+ 1 - 0
Libs/Widgets/ctkWidgetsUtils.h

@@ -23,6 +23,7 @@
 
 // Qt includes
 #include <QString>
+#include <QRect>
 class QImage;
 
 #include "ctkWidgetsExport.h"