From df706c23dcdc81f0cfaa8c2b106afd6accc03ad5 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 1 Oct 2012 16:11:22 -0500 Subject: [PATCH] missing system header Change-Id: Ieb97d877238941d06aab1aa2ef67186bbc3a995a --- dbaccess/source/core/api/RowSet.cxx | 2 +- dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 2 +- dbaccess/source/core/dataaccess/ContentHelper.cxx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index a75a155441b3..1042d84531bc 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - +#include #include "RowSet.hxx" #include "dbastrings.hrc" #include "sdbcoretools.hxx" diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx index 55aa752d4f00..faef30832cc1 100644 --- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx +++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - +#include #include "composertools.hxx" #include "core_resource.hrc" #include "core_resource.hxx" diff --git a/dbaccess/source/core/dataaccess/ContentHelper.cxx b/dbaccess/source/core/dataaccess/ContentHelper.cxx index fed2637e58f7..08cdd7e9c7ec 100644 --- a/dbaccess/source/core/dataaccess/ContentHelper.cxx +++ b/dbaccess/source/core/dataaccess/ContentHelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "ContentHelper.hxx" #include #include