conan-recipes/qt/5.x.x/patches/declarative_missing_header.diff
Dmitry Vedenko 7c7ef9a32f
Adds Qt recipe
The recipe is based on the recipe from conan-central, but with a bug fixed in the recipe
2022-03-10 21:51:50 +03:00

12 lines
218 B
Diff

--- a/src/qmldebug/qqmlprofilerevent_p.h
+++ b/src/qmldebug/qqmlprofilerevent_p.h
@@ -49,7 +49,7 @@
#include <initializer_list>
#include <type_traits>
-
+#include <limits>
//
// W A R N I N G
// -------------