diff options
Diffstat (limited to 'connectivity/source/inc/AutoRetrievingBase.hxx')
-rw-r--r-- | connectivity/source/inc/AutoRetrievingBase.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/inc/AutoRetrievingBase.hxx b/connectivity/source/inc/AutoRetrievingBase.hxx index de91b27b0fa6..ab3537857a88 100644 --- a/connectivity/source/inc/AutoRetrievingBase.hxx +++ b/connectivity/source/inc/AutoRetrievingBase.hxx @@ -31,10 +31,11 @@ #define _CONNECTIVITY_AUTOKEYRETRIEVINGBASE_HXX_ #include <rtl/ustring.hxx> +#include "connectivity/dbtoolsdllapi.hxx" namespace connectivity { - class OAutoRetrievingBase + class OOO_DLLPUBLIC_DBTOOLS OAutoRetrievingBase { ::rtl::OUString m_sGeneratedValueStatement; // contains the statement which should be used when query for automatically generated values sal_Bool m_bAutoRetrievingEnabled; // set to when we should allow to query for generated values |