summaryrefslogtreecommitdiff
path: root/src/py_commodity.cc
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-25 11:58:28 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-25 17:23:51 +0200
commitd72fe41c059192a059e8761569992f3dc23322ae (patch)
tree3b8f7a58d5fc82f2db26032adb1c1439db8d607e /src/py_commodity.cc
parentd81e9245c60350abc1af47b466a38dc5296417d9 (diff)
downloadfork-ledger-d72fe41c059192a059e8761569992f3dc23322ae.tar.gz
fork-ledger-d72fe41c059192a059e8761569992f3dc23322ae.tar.bz2
fork-ledger-d72fe41c059192a059e8761569992f3dc23322ae.zip
boost: Fix compilation warnings
Closes #2227
Diffstat (limited to 'src/py_commodity.cc')
-rw-r--r--src/py_commodity.cc1
1 files changed, 1 insertions, 0 deletions
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 {