diff options
author | Luís Pereira <[email protected]> | 2014-10-16 07:45:09 -0700 |
---|---|---|
committer | Luís Pereira <[email protected]> | 2014-10-20 18:28:00 +0200 |
commit | 1ab65d163d9fe77b181c24f4e01e060df725a6bf (patch) | |
tree | ad63352d2e42eeaad58b4540f4ce88f06316356f | |
parent | 123e5255daf5bc780f8ecfa62f796a2aedef9a13 (diff) |
It happens when using Qt 4.6.2. Including the QHash header fixes it.
Change-Id: I97692ce1d3a05695e01b39d67f4c068f7500aed8
Reviewed-by: David Faure <[email protected]>
-rw-r--r-- | src/mimetypes/inqt5/qstandardpaths_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <qhash.h> #include <qprocess.h> #include <qurl.h> #include <qdir.h> |