diff --git a/src/corelib/tools/qhashfunctions.h b/src/corelib/tools/qhashfunctions.h index 06d4b67cb8c..7d282aa6376 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