diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/sqlparse.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 15e29417a940..f6a7b0f4043b 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -19,10 +19,12 @@ #ifndef INCLUDED_CONNECTIVITY_SQLPARSE_HXX #define INCLUDED_CONNECTIVITY_SQLPARSE_HXX +#include <config_features.h> + #include <com/sun/star/uno/Reference.h> #include <osl/mutex.hxx> #include <connectivity/sqlnode.hxx> -#ifndef DISABLE_DBCONNECTIVITY +#if HAVE_FEATURE_DBCONNECTIVITY #ifndef YYBISON #ifndef FLEX_SCANNER #include "sqlbison.hxx" |