mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 17:06:00 +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_SHAREDOBJECT_H_INCLUDED
|
||||
#define BEAST_SHAREDOBJECT_H_INCLUDED
|
||||
#ifndef BEAST_SMART_PTR_SHAREDOBJECT_H_INCLUDED
|
||||
#define BEAST_SMART_PTR_SHAREDOBJECT_H_INCLUDED
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef BEAST_SMARTPTR_SHAREDPTR_H_INCLUDED
|
||||
#define BEAST_SMARTPTR_SHAREDPTR_H_INCLUDED
|
||||
#ifndef BEAST_SMART_PTR_SHAREDPTR_H_INCLUDED
|
||||
#define BEAST_SMART_PTR_SHAREDPTR_H_INCLUDED
|
||||
|
||||
#include <beast/Config.h>
|
||||
#include <beast/smart_ptr/SharedObject.h>
|
||||
|
||||
Reference in New Issue
Block a user