diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 4dabd7ea..85f81239 100644 --- a/src/utils.h +++ b/src/utils.h @@ -511,6 +511,8 @@ inline void throw_unexpected_error(char, char) { * General utility functions */ +#define foreach BOOST_FOREACH + namespace ledger { path resolve_path(const path& pathname); |