diff --git a/src/corelib/global/qcomparehelpers.h b/src/corelib/global/qcomparehelpers.h index 9754505e70..9a0f0f83a4 100644 --- a/src/corelib/global/qcomparehelpers.h +++ b/src/corelib/global/qcomparehelpers.h @@ -16,6 +16,7 @@ #include #include +#include #include #ifdef __cpp_lib_three_way_comparison @@ -663,6 +664,9 @@ private: } //Qt +template +class QTypeInfo> : public QTypeInfo

{}; + QT_END_NAMESPACE namespace std {