From 69e6b89cf8d2820d28174e7ffaea1c59a0f84d3f Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 14 Jun 2021 12:37:58 +0000 Subject: Fix compilation with Boost 1.76 We were previously relying on an indirect include within Boost headers. We're using scoped_ptr which is defined in . Bug: https://bugs.gentoo.org/790176 Closes: https://github.com/ledger/ledger/issues/2030 --- src/expr.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expr.cc') 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 + namespace ledger { expr_t::expr_t() : base_type() -- cgit v1.2.3