Fix build

This commit is contained in:
Adam Honse 2024-03-15 18:15:05 -05:00
parent efdf3d42be
commit 87c3de9316

View file

@ -9,6 +9,7 @@
#include "json.hpp"
#include <vector>
#include <sstream>
#include <thread>
#include "LogManager.h"
using json = nlohmann::json;