From 7685200dc1f5c6408cda8c89eedf275ca05708fd Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Sat, 5 Feb 2011 18:49:26 +0100 Subject: move components to boost unordered containers --- forms/source/component/DatabaseForm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/component/DatabaseForm.cxx') diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 87a2e572a615..e8b75818b3d0 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -92,7 +92,7 @@ #include #include -#include +#include // compatiblity: DatabaseCursorType is dead, but for compatiblity reasons we still have to write it ... namespace com { -- cgit