From 556dd0228aca07dfe8443fd99e9f2ead4e13ab22 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 6 Feb 2012 10:36:48 +0100 Subject: Add JSON support to the bootstrap library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The JSON support will get used in moc to support the creation of plugin metadata that's embedded into the plugin itself. Change-Id: I3bc52b16ca0a43bc8bf9141b450045c6183b7823 Reviewed-by: João Abecasis Reviewed-by: Bradley T. Hughes Reviewed-by: Thiago Macieira --- src/corelib/json/qjsonarray.h | 1 + src/corelib/json/qjsonobject.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/corelib/json') diff --git a/src/corelib/json/qjsonarray.h b/src/corelib/json/qjsonarray.h index 8bb1ac0b51..83b07e33c9 100644 --- a/src/corelib/json/qjsonarray.h +++ b/src/corelib/json/qjsonarray.h @@ -43,6 +43,7 @@ #define QJSONARRAY_H #include +#include QT_BEGIN_HEADER diff --git a/src/corelib/json/qjsonobject.h b/src/corelib/json/qjsonobject.h index d2831a3cea..973a01585b 100644 --- a/src/corelib/json/qjsonobject.h +++ b/src/corelib/json/qjsonobject.h @@ -43,6 +43,7 @@ #define QJSONOBJECT_H #include +#include QT_BEGIN_HEADER -- cgit v1.2.3