From 0324ad68eed762ebf00ed4fb5a7ea2f2e3bd77b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2016 12:08:21 +0200 Subject: Add diagnostics facility --- butl/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index fcb5f86..1607e7d 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -5,6 +5,7 @@ lib{butl}: \ {hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ +{hxx cxx}{ diagnostics } \ {hxx }{ export } \ {hxx ixx cxx}{ fdstream } \ {hxx ixx cxx}{ filesystem } \ @@ -23,7 +24,7 @@ lib{butl}: \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ {hxx cxx}{ triplet } \ -{hxx ixx }{ utility } \ +{hxx ixx cxx}{ utility } \ {hxx }{ vector-view } \ {hxx }{ version } -- cgit v1.1