Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
54dce7f5d81a1f89061d19bdae657625273d5faa
/
.
/
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