From 092630cbf98c3c7e54fb85829b313d7bffc00b88 Mon Sep 17 00:00:00 2001 From: Joni Poikelin Date: Thu, 3 May 2018 19:33:52 +0300 Subject: Fix building with -no-feature-dirmodel -no-feature-filesystemmodel Change-Id: I7ab90043b2bf6ee41412480f72eb701230cecb38 Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/widgets/util/qcompleter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/util/qcompleter.cpp b/src/widgets/util/qcompleter.cpp index d444fe6053..599b983748 100644 --- a/src/widgets/util/qcompleter.cpp +++ b/src/widgets/util/qcompleter.cpp @@ -162,6 +162,7 @@ #if QT_CONFIG(lineedit) #include "QtWidgets/qlineedit.h" #endif +#include "QtCore/qdir.h" QT_BEGIN_NAMESPACE -- cgit v1.2.3