From 344eb0d29d75ad83d21d7493252e32876f9fd3f1 Mon Sep 17 00:00:00 2001 From: Vitaly Fanaskov Date: Fri, 6 Mar 2020 15:17:51 +0100 Subject: QFlatMap: explicitly include Without this include, it fails to compile the following line on some systems: "std::vector done(s)", because only a forward declaration is available. Change-Id: I6eac4b7f69dda16e181043eb707f970b21b2dfef Reviewed-by: Fabian Kosmale --- src/corelib/tools/qflatmap_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/tools/qflatmap_p.h b/src/corelib/tools/qflatmap_p.h index 590b0d942f..82a1068d34 100644 --- a/src/corelib/tools/qflatmap_p.h +++ b/src/corelib/tools/qflatmap_p.h @@ -60,6 +60,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3