From ed3452457b33bb7a4b2f0abb3ae1fc53f826bc9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:15:14 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bpkg/package.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 9a42f62..22d30a5 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -13,7 +13,7 @@ #include #include -#include +#include #include @@ -73,7 +73,7 @@ namespace bpkg std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As pointed out in libbutl/timestamp.mxx we will overflow in year 2262, but + // 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) \ -- cgit v1.1