forked from lix-project/lix
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,4 +1,3 @@
|
|||
#include <iostream>
|
||||
#include "config.h"
|
||||
|
||||
#include "references.hh"
|
||||
|
@ -11,9 +10,10 @@
|
|||
#include "affinity.hh"
|
||||
#include "builtins.hh"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in a new issue