--- a/src/qml/jsruntime/qv4regexp.cpp +++ b/src/qml/jsruntime/qv4regexp.cpp @@ -38,6 +38,7 @@ ** ****************************************************************************/ +#include #include "qv4regexp_p.h" #include "qv4engine_p.h" --- a/src/qmldebug/qqmlprofilertypedevent.cpp +++ b/src/qmldebug/qqmlprofilertypedevent.cpp @@ -38,6 +38,7 @@ ** ****************************************************************************/ +#include #include "qqmlprofilertypedevent_p.h" #include "qqmlprofilerclientdefinitions_p.h" --- a/src/qmldebug/qqmlprofilerevent.cpp +++ b/src/qmldebug/qqmlprofilerevent.cpp @@ -38,6 +38,7 @@ ** ****************************************************************************/ +#include #include "qqmlprofilerevent_p.h" #include --- /src/qmldebug/qqmlprofilerevent_p.h 2020-08-31 06:15:27.000000000 +0200 +++ /src/qmldebug/qqmlprofilerevent_p.h 2020-11-01 08:17:41.447286256 +0100 @@ -40,6 +40,7 @@ #ifndef QQMLPROFILEREVENT_P_H #define QQMLPROFILEREVENT_P_H +#include #include "qqmlprofilerclientdefinitions_p.h" #include