diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:44:03 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:44:03 +0200 |
commit | f6593b683cf0d7a7294697adfde12163f1e1c701 (patch) | |
tree | 6424a34f4820090b54f569c3a7066c0c3dfed35b | |
parent | 9e3e20356837c6634f15bc0f8de7c75b097bcc64 (diff) |
Export endian_traits
-rw-r--r-- | odb/pgsql/details/endian-traits.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx index 1fc8df0..3ab56d2 100644 --- a/odb/pgsql/details/endian-traits.hxx +++ b/odb/pgsql/details/endian-traits.hxx @@ -9,6 +9,8 @@ #include <cstddef> // std::size_t #include <algorithm> // std::reverse +#include <odb/pgsql/details/export.hxx> + namespace odb { // @@ Revise this. @@ -121,7 +123,7 @@ namespace odb } }; - class endian_traits + class LIBODB_PGSQL_EXPORT endian_traits { public: enum endian |