# HG changeset patch # User Jeandet Alexis # Date 2014-06-20 11:18:39 # Node ID 923afde9cc96bb419cf898560d080ec96991aeca # Parent 595b808665c654fb46daf0a8f85fdd4f01684173 Fixed build issue with Qt5. diff --git a/qhexedit.cpp b/qhexedit.cpp --- a/qhexedit.cpp +++ b/qhexedit.cpp @@ -1,7 +1,7 @@ #include #include "qhexedit.h" - +#include QHexEdit::QHexEdit(QWidget *parent) : QScrollArea(parent) {