diff options
author | Ed Tanous <ed.tanous@intel.com> | 2018-05-16 10:20:11 -0700 |
---|---|---|
committer | Ed Tanous <ed.tanous@intel.com> | 2018-06-29 12:35:24 -0700 |
commit | d425c6f6e1d99a5856169f12043feecdd0efc190 (patch) | |
tree | 65088ed42f04de76e49284f7213ecda97f4e517e /include/webserver_common.hpp | |
parent | 1e4398764750228a9777dda42c13dfe8122c4c59 (diff) | |
download | bmcweb-d425c6f6e1d99a5856169f12043feecdd0efc190.tar.gz bmcweb-d425c6f6e1d99a5856169f12043feecdd0efc190.zip |
Pull in nlohmann json as a dependency rather than checking in.
This should allow keeping closer to the upstream yocto recipes, and
avoid excess code in the repo
Change-Id: Ib66f7cf69b68bb23f9789580beadf8344cb68cfa
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'include/webserver_common.hpp')
-rw-r--r-- | include/webserver_common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/webserver_common.hpp b/include/webserver_common.hpp index fcfd321..1ba091b 100644 --- a/include/webserver_common.hpp +++ b/include/webserver_common.hpp @@ -16,6 +16,7 @@ #pragma once #include "token_authorization_middleware.hpp" +#include "security_headers_middleware.hpp" #include "webserver_common.hpp" using CrowApp = crow::App<crow::PersistentData::Middleware, |