diff options
Diffstat (limited to 'common/relationship/test.hxx')
-rw-r--r-- | common/relationship/test.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/relationship/test.hxx b/common/relationship/test.hxx index cafdc99..486c417 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -6,15 +6,20 @@ #ifndef TEST_HXX #define TEST_HXX +#include <common/config.hxx> // HAVE_TR1_MEMORY + #include <set> #include <map> #include <vector> #include <string> #include <memory> -#include "tr1-memory.hxx" #include <odb/core.hxx> +#ifdef HAVE_TR1_MEMORY +# include <odb/tr1/memory.hxx> +#endif + // Raw pointer. // #pragma db object pointer(obj1*) |