aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4global_p.h')
-rw-r--r--src/qml/jsruntime/qv4global_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index 5019d4af3a..f89a4b9909 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -196,6 +196,7 @@ namespace Heap {
struct TypedArray;
struct MapObject;
+ struct SetObject;
template <typename T, size_t> struct Pointer;
}
@@ -245,6 +246,7 @@ struct DataView;
struct TypedArray;
struct MapObject;
+struct SetMapObject;
// ReturnedValue is used to return values from runtime methods
// the type has to be a primitive type (no struct or union), so that the compiler