diff options
Diffstat (limited to 'src/scope.cc')
-rw-r--r-- | src/scope.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scope.cc b/src/scope.cc index 4e3a9ab2..92d123ee 100644 --- a/src/scope.cc +++ b/src/scope.cc @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <system.hh> + #include "scope.h" namespace ledger { |