diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-25 18:47:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 18:47:22 +0200 |
commit | 1fe3f0d66aae22e145b987aa6e035c7bbd91f073 (patch) | |
tree | 3b8f7a58d5fc82f2db26032adb1c1439db8d607e /src/filters.h | |
parent | d81e9245c60350abc1af47b466a38dc5296417d9 (diff) | |
parent | d72fe41c059192a059e8761569992f3dc23322ae (diff) | |
download | ledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.tar.gz ledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.tar.bz2 ledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.zip |
Merge pull request #2249 from afh/boost-pragma-warnings
boost: Fix compilation warnings
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters.h b/src/filters.h index 6a4e6cf4..18bf912d 100644 --- a/src/filters.h +++ b/src/filters.h @@ -49,6 +49,8 @@ namespace ledger { +using namespace boost::placeholders; + ////////////////////////////////////////////////////////////////////// // // Posting collector |