mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 09:25:51 +00:00
Beast initial commit
This commit is contained in:
10
modules/beast_core/beast_core.h
Normal file
10
modules/beast_core/beast_core.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace beast
|
||||
{
|
||||
|
||||
#include "memory/beast_ScopedPointer.h"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user