From d72fe41c059192a059e8761569992f3dc23322ae Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 25 Apr 2023 11:58:28 +0200 Subject: boost: Fix compilation warnings Closes #2227 --- src/account.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index be8fddaf..7ea0e269 100644 --- a/src/account.h +++ b/src/account.h @@ -45,6 +45,8 @@ namespace ledger { +using namespace boost::placeholders; + class account_t; class xact_t; class post_t; -- cgit v1.2.3