Added a forward declaration for session_t.
This commit is contained in:
parent
e18749dec9
commit
0b206e86ef
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
namespace ledger {
|
||||
|
||||
class account_t;
|
||||
class session_t;
|
||||
|
||||
typedef std::map<const string, account_t *> accounts_map;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue