From cdbf3a5e82bda23563d97558eda94a89a6191cab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:31:42 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- bpkg/package.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 2a68d7c..1236357 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include @@ -68,8 +68,8 @@ namespace bpkg std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As pointed out in butl/timestamp we will overflow in year 2262, but by - // that time some larger basic type will be available for mapping. + // As pointed out in libbutl/timestamp.hxx we will overflow in year 2262, but + // by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ to(std::chrono::duration_cast ( \ -- cgit v1.1