Don't include <iostream> before config.h
This breaks the build on 32-bit systems. http://hydra.nixos.org/build/24373658
This commit is contained in:
		
							parent
							
								
									30d19a2bdc
								
							
						
					
					
						commit
						34dfbd9394
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,4 +1,3 @@
 | 
				
			||||||
#include <iostream>
 | 
					 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "references.hh"
 | 
					#include "references.hh"
 | 
				
			||||||
| 
						 | 
					@ -11,9 +10,10 @@
 | 
				
			||||||
#include "affinity.hh"
 | 
					#include "affinity.hh"
 | 
				
			||||||
#include "builtins.hh"
 | 
					#include "builtins.hh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <algorithm>
 | 
				
			||||||
 | 
					#include <iostream>
 | 
				
			||||||
#include <map>
 | 
					#include <map>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
#include <algorithm>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <limits.h>
 | 
					#include <limits.h>
 | 
				
			||||||
#include <time.h>
 | 
					#include <time.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue