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:
Eelco Dolstra 2015-08-04 11:12:31 +02:00
parent 30d19a2bdc
commit 34dfbd9394

View file

@ -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>