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 | 8d30d40ccb6e4bb829481afcf5e55bde35b7f5ff (patch) | |
tree | 88bf887ba51f75f9b39d6afe5a7a4f3c474f6a89 | |
parent | 8bd768c01084fbf44c14fbdd40d7ccc4f0d6905a (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 2b7a2c5a5f6e..e9e8edf46f80 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" |