aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-30 08:38:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-30 08:38:39 +0200
commite7ff893718d5ba3759d1c10d8ba82b611ee78b11 (patch)
tree62596413bf8f340134630acf07fbff151583035a
parent5a80c12061902e18620a822bb336b3ab6ca36df7 (diff)
Remove unnecessary, add missing includes
-rw-r--r--odb/oracle/oracle-types.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index ec31280..4b58c08 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -12,7 +12,8 @@
#include <odb/oracle/version.hxx>
#include <odb/oracle/oracle-fwd.hxx>
-#include <odb/oracle/auto-descriptor.hxx>
+
+#include <odb/oracle/details/export.hxx>
namespace odb
{