aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-08 23:27:10 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-08 23:27:10 +0100
commite270a5656aaafb055702a51a63541e05eabd8936 (patch)
tree17ffdb8c229dbe6eb73ec2549ff3ba4f9b07eb1f /test
parent86bb20c43166cdcdd2727e4dd7eef6d28505dc86 (diff)
fix min/max clash with clang's header by including fstream beforehand
Diffstat (limited to 'test')
-rw-r--r--test/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 8bf603081..8c7ea59a6 100644
--- a/test/main.h
+++ b/test/main.h
@@ -27,6 +27,7 @@
#include <cerrno>
#include <ctime>
#include <iostream>
+#include <fstream>
#include <string>
#include <vector>
#include <typeinfo>