diff options
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r-- | libbrep/common.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index b9b6928..af34f6c 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -11,6 +11,8 @@ #include <odb/query.hxx> #include <odb/nested-container.hxx> +#include <libbutl/target-triplet.hxx> + #include <libbpkg/package-name.hxx> #include <libbrep/types.hxx> @@ -229,6 +231,12 @@ namespace brep // extern const version wildcard_version; + // target_triplet + // + using butl::target_triplet; + + #pragma db value(target_triplet) type("TEXT") + // package_name // using bpkg::package_name; |