From 4835366a0ca3e6376131e10819e4cf90b26c471c Mon Sep 17 00:00:00 2001 From: Elia Zammuto Date: Sat, 29 May 2021 22:26:17 +0200 Subject: [PATCH] Fixed Build --- sunshine/config.cpp | 1 + sunshine/config.h | 1 + sunshine/nvhttp.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/sunshine/config.cpp b/sunshine/config.cpp index f28e5f76..a990ccf6 100644 --- a/sunshine/config.cpp +++ b/sunshine/config.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include diff --git a/sunshine/config.h b/sunshine/config.h index 957544c9..55b9296d 100644 --- a/sunshine/config.h +++ b/sunshine/config.h @@ -105,4 +105,5 @@ extern sunshine_t sunshine; int parse(int argc, char *argv[]); std::unordered_map parse_config(std::string_view file_content); +} #endif diff --git a/sunshine/nvhttp.cpp b/sunshine/nvhttp.cpp index 4601a93a..b7d90132 100644 --- a/sunshine/nvhttp.cpp +++ b/sunshine/nvhttp.cpp @@ -857,4 +857,5 @@ void start(std::shared_ptr shutdown_event) { ssl.join(); tcp.join(); +} } \ No newline at end of file