fix min/max clash with clang's header by including fstream beforehand

This commit is contained in:
Gael Guennebaud 2011-12-08 23:27:10 +01:00
parent 86bb20c431
commit e270a5656a

View File

@ -27,6 +27,7 @@
#include <cerrno>
#include <ctime>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <typeinfo>