diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h index df757eeb..13dd0876 100644 --- a/src/format.h +++ b/src/format.h @@ -47,10 +47,11 @@ #define _FORMAT_H #include "expr.h" -#include "unistring.h" namespace ledger { +class unistring; + DECLARE_EXCEPTION(format_error, std::runtime_error); /** |