diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/expr.cc | 2 | ||||
-rw-r--r-- | src/format.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/expr.cc b/src/expr.cc index c8945d3d..c19bba98 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -35,6 +35,8 @@ #include "parser.h" #include "scope.h" +#include <boost/smart_ptr/scoped_ptr.hpp> + namespace ledger { expr_t::expr_t() : base_type() diff --git a/src/format.h b/src/format.h index 15431cf1..48c690be 100644 --- a/src/format.h +++ b/src/format.h @@ -45,6 +45,8 @@ #include "expr.h" #include "unistring.h" +#include <boost/smart_ptr/scoped_ptr.hpp> + namespace ledger { class unistring; |