Warning, /graphics/krita/3rdparty/ext_qt/0123-Fix-Angle-build-with-C-11.patch is written in an unsupported language. File is not indexed.

0001 From 354415f229a8d280f36b0cd4782a821721fa7db9 Mon Sep 17 00:00:00 2001
0002 From: "L. E. Segovia" <amy@amyspark.me>
0003 Date: Thu, 24 Feb 2022 19:15:34 -0300
0004 Subject: [PATCH] Fix Angle build with C++11
0005 
0006 ---
0007  src/3rdparty/angle/src/libANGLE/HandleAllocator.cpp | 2 ++
0008  1 file changed, 2 insertions(+)
0009 
0010 diff --git a/src/3rdparty/angle/src/libANGLE/HandleAllocator.cpp b/src/3rdparty/angle/src/libANGLE/HandleAllocator.cpp
0011 index c3c184258f..3a684fcf75 100644
0012 --- a/src/3rdparty/angle/src/libANGLE/HandleAllocator.cpp
0013 +++ b/src/3rdparty/angle/src/libANGLE/HandleAllocator.cpp
0014 @@ -11,6 +11,8 @@
0015  
0016  #include <algorithm>
0017  
0018 +#include <limits>
0019 +
0020  #include "common/debug.h"
0021  
0022  namespace gl
0023 -- 
0024 2.32.0.windows.2
0025