Fix GC build

This commit is contained in:
Eelco Dolstra 2016-08-30 13:12:12 +02:00
parent 86169d2114
commit 92d917b71a
2 changed files with 5 additions and 4 deletions

View file

@ -8,10 +8,6 @@
#include <map>
#if HAVE_BOEHMGC
#include <gc/gc_allocator.h>
#endif
namespace nix {

View file

@ -1,7 +1,12 @@
#pragma once
#include "config.h"
#include "symbol-table.hh"
#if HAVE_BOEHMGC
#include <gc/gc_allocator.h>
#endif
namespace nix {