summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcolumns.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
index 0af133755ceb..5daeeb296684 100644
--- a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx
@@ -39,7 +39,8 @@
#include "pq_xcontainer.hxx"
#include "pq_xbase.hxx"
-#include <com/sun/star/sdbc/XRow.hpp>
+
+namespace com { namespace sun { namespace star { namespace sdbc { class XRow; } } } }
namespace pq_sdbc_driver
{