From 1c711af1ed92a1cf334aff68244ec2a8cc9f0423 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 20 Oct 2011 21:22:06 +0200 Subject: [PATCH] Add missing #include rand, malloc and free are defined in that header. Always include your headers. Change-Id: Iac052646617e0d038bc4a04709f32384d5f2e9e8 Reviewed-by: Alan Alpert --- src/qml/qml/ftw/qqmlpool.cpp | 1 + src/qml/qml/v8/qjsconverter_impl_p.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/qml/qml/ftw/qqmlpool.cpp b/src/qml/qml/ftw/qqmlpool.cpp index 64df87a..2ff2cd0 100644 --- a/src/qml/qml/ftw/qqmlpool.cpp +++ b/src/qml/qml/ftw/qqmlpool.cpp @@ -40,6 +40,7 @@ ****************************************************************************/ #include "qqmlpool_p.h" +#include #ifdef Q_OS_QNX #include diff --git a/src/qml/qml/v8/qjsconverter_impl_p.h b/src/qml/qml/v8/qjsconverter_impl_p.h index c2775df..ab004a5 100644 --- a/src/qml/qml/v8/qjsconverter_impl_p.h +++ b/src/qml/qml/v8/qjsconverter_impl_p.h @@ -40,6 +40,7 @@ ****************************************************************************/ #include "qjsconverter_p.h" +#include #ifndef QJSCONVERTER_IMPL_P_H #define QJSCONVERTER_IMPL_P_H -- 2.7.4