Fix GC build
This commit is contained in:
		
							parent
							
								
									86169d2114
								
							
						
					
					
						commit
						92d917b71a
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		|  | @ -8,10 +8,6 @@ | ||||||
| 
 | 
 | ||||||
| #include <map> | #include <map> | ||||||
| 
 | 
 | ||||||
| #if HAVE_BOEHMGC |  | ||||||
| #include <gc/gc_allocator.h> |  | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
| namespace nix { | namespace nix { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,7 +1,12 @@ | ||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
|  | #include "config.h" | ||||||
| #include "symbol-table.hh" | #include "symbol-table.hh" | ||||||
| 
 | 
 | ||||||
|  | #if HAVE_BOEHMGC | ||||||
|  | #include <gc/gc_allocator.h> | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
| namespace nix { | namespace nix { | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue