meteor scorer requires FDStream. Only gcc

This commit is contained in:
Hieu Hoang 2014-04-03 23:35:04 +01:00
parent afb3d01344
commit ee03e0f0e3

View File

@ -12,7 +12,10 @@
#include <boost/thread/mutex.hpp>
#if defined(__GLIBCXX__) || defined(__GLIBCPP__)
#include "Fdstream.h"
#endif
#include "ScoreStats.h"
#include "Util.h"