aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/qhexedit/qhexedit_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/qhexedit/qhexedit_p.h')
-rw-r--r--externals/qhexedit/qhexedit_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/qhexedit/qhexedit_p.h b/externals/qhexedit/qhexedit_p.h
index 138139b9..1c2c11cc 100644
--- a/externals/qhexedit/qhexedit_p.h
+++ b/externals/qhexedit/qhexedit_p.h
@@ -5,6 +5,9 @@
#include <QtGui>
+#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
+#include <QtWidgets>
+#endif
#include "xbytearray.h"
class QHexEditPrivate : public QWidget