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/py_commodity.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/py_commodity.cc') diff --git a/src/py_commodity.cc b/src/py_commodity.cc index 3ae6801f..4eb6aca4 100644 --- a/src/py_commodity.cc +++ b/src/py_commodity.cc @@ -42,6 +42,7 @@ namespace ledger { using namespace flags; using namespace python; using namespace boost::python; +using namespace boost::placeholders; namespace { -- cgit v1.2.3