mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
e14842c446
* [qt] Add patches to fix missing includes This is needed to build with GCC11 Fixes #19226 * bump version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
25 lines
620 B
Diff
25 lines
620 B
Diff
From 2dfb893c130a9f9195805fcc81d7e5e242bc558d Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Fella <nicolas.fella@gmx.de>
|
|
Date: Wed, 11 Aug 2021 17:03:06 +0200
|
|
Subject: [PATCH] Add missing limits include
|
|
|
|
---
|
|
src/qmldebug/qqmlprofilerevent_p.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/qmldebug/qqmlprofilerevent_p.h b/src/qmldebug/qqmlprofilerevent_p.h
|
|
index a7e37d1964..01b2f58f16 100644
|
|
--- a/src/qmldebug/qqmlprofilerevent_p.h
|
|
+++ b/src/qmldebug/qqmlprofilerevent_p.h
|
|
@@ -48,6 +48,7 @@
|
|
#include <QtCore/qmetatype.h>
|
|
|
|
#include <initializer_list>
|
|
+#include <limits>
|
|
#include <type_traits>
|
|
|
|
//
|
|
--
|
|
2.32.0
|
|
|