diff options
Diffstat (limited to 'src/qml/jsruntime/qv4engine.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4engine.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp index f3f2a35336..0f896210cc 100644 --- a/src/qml/jsruntime/qv4engine.cpp +++ b/src/qml/jsruntime/qv4engine.cpp @@ -3,6 +3,10 @@ #include "qv4engine_p.h" +#include <wtf/BumpPointerAllocator.h> +#include <wtf/OSAllocator.h> +#include <wtf/PageAllocation.h> + #include <private/qjsvalue_p.h> #include <private/qqmlbuiltinfunctions_p.h> #include <private/qqmlengine_p.h> |