summaryrefslogtreecommitdiff
path: root/include/webserver_common.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-05-16 20:20:11 +0300
committerEd Tanous <ed.tanous@intel.com>2018-06-29 22:35:24 +0300
commitd425c6f6e1d99a5856169f12043feecdd0efc190 (patch)
tree65088ed42f04de76e49284f7213ecda97f4e517e /include/webserver_common.hpp
parent1e4398764750228a9777dda42c13dfe8122c4c59 (diff)
downloadbmcweb-d425c6f6e1d99a5856169f12043feecdd0efc190.tar.xz
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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/webserver_common.hpp b/include/webserver_common.hpp
index fcfd3218d8..1ba091b9c9 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,