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>
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,