From 1e69164d90f9882b2b90716346b363c25d1fd652 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:35:31 +0300 Subject: Adapt to modularization of libbutl --- 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 eeec449..b5ad0f3 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include @@ -68,7 +68,7 @@ namespace bpkg std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As pointed out in libbutl/timestamp.hxx we will overflow in year 2262, but + // As pointed out in libbutl/timestamp.mxx 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