Pull up OpenRGB submodule to 1.0rc1 and fix build

This commit is contained in:
Adam Honse 2025-07-21 00:16:48 -05:00
parent 5acd1e1215
commit f87ff925e8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 85625a37b25ed0eea519df6a6b0822f54605db21 Subproject commit 1fbacdea373361ecd2e0780c1db15cc3eb9aa538

View file

@ -9,7 +9,7 @@
#include "RGBController.h" #include "RGBController.h"
#include <e131.h> #include <e131.h>
#include <fstream> #include <fstream>
#include "json.hpp" #include <nlohmann/json.hpp>
#ifndef _WIN32 #ifndef _WIN32
#include <unistd.h> #include <unistd.h>