[Libreoffice-commits] .: dbaccess/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 1 14:08:38 PDT 2012
dbaccess/source/core/api/querycomposer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit afb28ae04ab818721e848e254ae89b2185318435
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Oct 1 16:08:10 2012 -0500
missing system header
Change-Id: Icba29c0ebfd30af36b18eb59a23643287985f8c8
diff --git a/dbaccess/source/core/api/querycomposer.cxx b/dbaccess/source/core/api/querycomposer.cxx
index 336e726..d84e771 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>
More information about the Libreoffice-commits
mailing list