Fix missing includes for boost 1.56.0

This commit is contained in:
miguelportilla
2014-09-16 18:14:33 -04:00
committed by Vinnie Falco
parent f65cea66ef
commit f87a6ccc7a
3 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include <boost/format.hpp>
#include <boost/regex.hpp>
#include <fstream>
#include <iostream>
namespace ripple {