From 0b206e86ef97f484423de2df50f56327a3b39cb9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Aug 2008 17:43:58 -0400 Subject: [PATCH] Added a forward declaration for session_t. --- src/account.h | 1 + 1 file changed, 1 insertion(+) 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 accounts_map;