mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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_STRINGARRAY_H_INCLUDED
|
||||
#define BEAST_STRINGARRAY_H_INCLUDED
|
||||
#ifndef BEAST_MODULE_CORE_TEXT_STRINGARRAY_H_INCLUDED
|
||||
#define BEAST_MODULE_CORE_TEXT_STRINGARRAY_H_INCLUDED
|
||||
|
||||
#include <beast/strings/String.h>
|
||||
#include <beast/module/core/containers/Array.h>
|
||||
|
||||
Reference in New Issue
Block a user