aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:31:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:31:42 +0300
commitcdbf3a5e82bda23563d97558eda94a89a6191cab (patch)
tree3c106138850559f577898865c8a3ecdfd71c1ee3 /bpkg/package.hxx
parent50be24988c3f0a802f690196f269114c657500b2 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx6
1 files changed, 3 insertions, 3 deletions
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 <odb/core.hxx>
#include <odb/nested-container.hxx>
-#include <butl/timestamp>
+#include <libbutl/timestamp.hxx>
#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>
@@ -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<std::chrono::nanoseconds> ( \