Add needed #include <istream>

This is needed for the combination of boost 1.56 and libc++
This commit is contained in:
Howard Hinnant
2014-09-19 12:20:38 -04:00
committed by Nik Bougalis
parent 6aa325d3da
commit a0c903c68c

View File

@@ -21,6 +21,7 @@
#include <beast/module/core/text/LexicalCast.h>
#include <boost/algorithm/string.hpp>
#include <boost/format.hpp>
#include <istream>
#include <string>
namespace ripple {