Skip to content

Commit

Permalink
COMP: Fix build of ctkVTKWidgetsUtilsTestImageConversion using Qt 5.10
Browse files Browse the repository at this point in the history
This commit fixes the following error:

  /path/to/CTK/Libs/Visualization/VTK/Widgets/Testing/Cpp/ctkVTKWidgetsUtilsTestImageConversion.cpp:28:21: fatal error: QPixmap.h: No such file or directory
  • Loading branch information
jcfr committed Sep 3, 2020
1 parent 92d2191 commit b7daec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <QIcon>
#include <QImage>
#include <QLabel>
#include <QPixmap.h>
#include <QPixmap>
#include <QStyle>
#include <QTimer>
#include <QVBoxLayout>
Expand Down

0 comments on commit b7daec7

Please sign in to comment.