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);