diff --git a/src/corelib/tools/qhashfunctions.h b/src/corelib/tools/qhashfunctions.h index 273a211a990..3a72dd47acc 100644 --- a/src/corelib/tools/qhashfunctions.h +++ b/src/corelib/tools/qhashfunctions.h @@ -9,14 +9,13 @@ #include #include +#ifdef __cpp_concepts +#include +#endif #include // for std::accumulate #include // for std::hash #include // For std::pair -#ifdef __cpp_concepts -# include -#endif - #if 0 #pragma qt_class(QHashFunctions) #endif