From 1ab65d163d9fe77b181c24f4e01e060df725a6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Pereira?= Date: Thu, 16 Oct 2014 07:45:09 -0700 Subject: Fixes an FTBFS on CentOS 6 It happens when using Qt 4.6.2. Including the QHash header fixes it. Change-Id: I97692ce1d3a05695e01b39d67f4c068f7500aed8 Reviewed-by: David Faure --- src/mimetypes/inqt5/qstandardpaths_unix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mimetypes/inqt5/qstandardpaths_unix.cpp b/src/mimetypes/inqt5/qstandardpaths_unix.cpp index 2c0f30a..1ded4ec 100644 --- a/src/mimetypes/inqt5/qstandardpaths_unix.cpp +++ b/src/mimetypes/inqt5/qstandardpaths_unix.cpp @@ -40,6 +40,7 @@ ****************************************************************************/ #include "qstandardpaths.h" +#include #include #include #include -- cgit v1.2.3