diff options
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r-- | forms/source/component/Date.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx index 35b2f3f7424b..764b9f732ecc 100644 --- a/forms/source/component/Date.cxx +++ b/forms/source/component/Date.cxx @@ -20,9 +20,11 @@ #include "Date.hxx" #include <property.hxx> #include <services.hxx> +#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <connectivity/dbconversion.hxx> #include <com/sun/star/sdbc/DataType.hpp> +#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/form/FormComponentType.hpp> using namespace dbtools; |