summaryrefslogtreecommitdiff
blob: a5213097466035b377c0248f136b47b785e81b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://svn.boost.org/trac/boost/ticket/10122

--- engine/mem.h
+++ engine/mem.h
@@ -8,6 +8,8 @@
 #ifndef BJAM_MEM_H
 #define BJAM_MEM_H
 
+#include "jam.h"
+
 #ifdef OPT_BOEHM_GC
 
     /* Use Boehm GC memory allocator. */