Files
xahaud/modules/ripple_asio/ripple_asio.h
2013-08-24 20:44:02 -07:00

22 lines
421 B
C++

//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
#ifndef RIPPLE_ASIO_H_INCLUDED
#define RIPPLE_ASIO_H_INCLUDED
#include "beast/modules/beast_asio/beast_asio.h"
namespace ripple
{
using namespace beast;
#include "sockets/ripple_MultiSocket.h"
}
#endif