diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-10-19 09:06:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-10-19 09:06:23 +0000 |
commit | 4e2e430e9f32ab44ab7c2d19b3f286d216912585 (patch) | |
tree | 35782802e83dd345d24c671db3653ffedcac4bfc | |
parent | e0501f7c811c6ed3a6ce4aa8cd21241b66823f5e (diff) |
#i10000# add missing include DriversConfig.hxx
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbaccess.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbaccess.hxx b/dbaccess/inc/pch/precompiled_dbaccess.hxx index 2b7a2c5a5..e9e8edf46 100644 --- a/dbaccess/inc/pch/precompiled_dbaccess.hxx +++ b/dbaccess/inc/pch/precompiled_dbaccess.hxx @@ -411,6 +411,7 @@ #include "comphelper/types.hxx" #include "connectivity/FValue.hxx" +#include <connectivity/DriversConfig.hxx> #include "connectivity/dbcharset.hxx" #include "connectivity/dbconversion.hxx" #include "connectivity/dbexception.hxx" |