From 87c3de9316fcc8c4d657f64b06aad6b04f48ac83 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 15 Mar 2024 18:15:05 -0500 Subject: [PATCH] Fix build --- .../ElgatoLightStripController/ElgatoLightStripController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp b/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp index a6b2f5c0..84695d97 100644 --- a/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp +++ b/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp @@ -9,6 +9,7 @@ #include "json.hpp" #include #include +#include #include "LogManager.h" using json = nlohmann::json;