From d87c43d1b9db932fbf671edc585419ae86fd36a6 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 16 Dec 2012 18:05:27 +0100 Subject: [PATCH] The first include must be --- src/frontends/qt4/FancyLineEdit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/FancyLineEdit.cpp b/src/frontends/qt4/FancyLineEdit.cpp index 1713283e0a..48bcf34130 100644 --- a/src/frontends/qt4/FancyLineEdit.cpp +++ b/src/frontends/qt4/FancyLineEdit.cpp @@ -11,6 +11,8 @@ // Code taken from the Qt Creator project and customized a little +#include + #include "FancyLineEdit.h" #if QT_VERSION >= 0x040600 -- 2.39.2