diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h index 6b3ea656..6bd11704 100644 --- a/src/account.h +++ b/src/account.h @@ -38,6 +38,7 @@ namespace ledger { class account_t; +class session_t; typedef std::map<const string, account_t *> accounts_map; |