From: Thiago Macieira Date: Thu, 20 Oct 2011 19:22:06 +0000 (+0200) Subject: Add missing #include X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=1c711af1ed92a1cf334aff68244ec2a8cc9f0423;p=konrad%2Fqtdeclarative.git Add missing #include rand, malloc and free are defined in that header. Always include your headers. Change-Id: Iac052646617e0d038bc4a04709f32384d5f2e9e8 Reviewed-by: Alan Alpert --- 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