From 0f949020c10b080e7a679418a8062a16f483ce6a Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Fri, 4 Aug 2023 22:50:34 +0100 Subject: [PATCH] update server header --- include/turbopilot/server.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/turbopilot/server.hpp b/include/turbopilot/server.hpp index 23d7b49..71735e8 100644 --- a/include/turbopilot/server.hpp +++ b/include/turbopilot/server.hpp @@ -4,7 +4,7 @@ #include "turbopilot/model.hpp" -#include +#include "crow_all.h" crow::response serve_response(TurbopilotModel *model, const crow::request& req);