summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index dcccb214..2ef5a545 100644
--- a/src/global.h
+++ b/src/global.h
@@ -38,10 +38,15 @@
#ifndef _GLOBAL_H
#define _GLOBAL_H
+#include "interactive.h"
+#include "option.h"
#include "report.h"
namespace ledger {
+class session_t;
+class report_t;
+
class global_scope_t : public noncopyable, public scope_t
{
shared_ptr<session_t> session_ptr;