From 92d917b71a4862356bbf2a0302308235016a8e50 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 30 Aug 2016 13:12:12 +0200 Subject: Fix GC build --- src/libexpr/eval.hh | 4 ---- src/libexpr/value.hh | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/libexpr') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index b7dab885f968..195cb0db3acc 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -8,10 +8,6 @@ #include -#if HAVE_BOEHMGC -#include -#endif - namespace nix { diff --git a/src/libexpr/value.hh b/src/libexpr/value.hh index 048522016c62..271e6a1b24a2 100644 --- a/src/libexpr/value.hh +++ b/src/libexpr/value.hh @@ -1,7 +1,12 @@ #pragma once +#include "config.h" #include "symbol-table.hh" +#if HAVE_BOEHMGC +#include +#endif + namespace nix { -- cgit 1.4.1