diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index aa706cf98..82c1a43b1 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -108,7 +108,7 @@ private: /* A cache from path names to values. */ #if HAVE_BOEHMGC - typedef std::map, gc_allocator > > FileEvalCache; + typedef std::map, traceable_allocator > > FileEvalCache; #else typedef std::map FileEvalCache; #endif