diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index 841fe409..86899931 100644 --- a/src/option.h +++ b/src/option.h @@ -46,10 +46,12 @@ #ifndef _OPTION_H #define _OPTION_H -#include "interactive.h" +#include "scope.h" namespace ledger { +class call_scope_t; + template <typename T> class option_t { |