summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-10-01 16:08:10 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-01 16:08:10 -0500
commitafb28ae04ab818721e848e254ae89b2185318435 (patch)
treeff82dc3dfacb5ce19a2a3ae9c23c594c0c553a25 /dbaccess
parentremove dead link (diff)
downloadcore-afb28ae04ab818721e848e254ae89b2185318435.tar.gz
core-afb28ae04ab818721e848e254ae89b2185318435.zip
missing system header
Change-Id: Icba29c0ebfd30af36b18eb59a23643287985f8c8
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/querycomposer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/querycomposer.cxx b/dbaccess/source/core/api/querycomposer.cxx
index 336e726d65bb..d84e771560dd 100644
--- a/dbaccess/source/core/api/querycomposer.cxx
+++ b/dbaccess/source/core/api/querycomposer.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
+#include <string.h>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/util/XNumberFormatter.hpp>
#include <com/sun/star/sdbc/ColumnSearch.hpp>