aboutsummaryrefslogtreecommitdiff
path: root/sqlite/types/traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:40:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:40:14 +0200
commit74bd3bbc7edf0c067ba9eafe51b463d2e0e121bd (patch)
tree11ea18f50d426c8b021d5b8f849f42ef9035dc51 /sqlite/types/traits.hxx
parent1ba1097cd1d71b945255d9401ffa4f04a036e94f (diff)
Factor out common buffer implementation
Diffstat (limited to 'sqlite/types/traits.hxx')
-rw-r--r--sqlite/types/traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx
index 0f9c253..13eef34 100644
--- a/sqlite/types/traits.hxx
+++ b/sqlite/types/traits.hxx
@@ -10,7 +10,7 @@
#include <odb/sqlite/traits.hxx>
-#include "test.hxx" // buffer
+#include "test.hxx" // buffer, string_ptr
namespace odb
{