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

@@ -23,6 +23,7 @@
#include <ripple/net/RPCErr.h>
#include <ripple/net/RPCUtil.h>
#include <boost/regex.hpp>
#include <iostream>
namespace ripple {