mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
Fix C++ guards in beast.
This commit is contained in:
committed by
Vinnie Falco
parent
3c32d0fbc3
commit
bff5212386
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef BEAST_INPUTSTREAM_H_INCLUDED
|
||||
#define BEAST_INPUTSTREAM_H_INCLUDED
|
||||
#ifndef BEAST_MODULE_CORE_STREAMS_INPUTSTREAM_H_INCLUDED
|
||||
#define BEAST_MODULE_CORE_STREAMS_INPUTSTREAM_H_INCLUDED
|
||||
|
||||
namespace beast
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user