Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
bc1d29de81216e99d0a73c5fd3b6bb7fd2194ba8
/
.
/
include
/
webroutes.hpp
blob: 757a272d23dff85da3d800130570b23e0e335236 [
file
] [
log
] [
blame
]
#pragma
once
#include
<boost/container/flat_set.hpp>
namespace
crow
{
namespace
webroutes
{
static
boost
::
container
::
flat_set
<
std
::
string
>
routes
;
}
// namespace webroutes
}
// namespace crow