From 88809475ccfca65805dfcbf00fba59e30c00fa23 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Tue, 13 Feb 2024 10:33:47 -0500 Subject: [PATCH] Fix a missing include failing to build with a non-unity build --- src/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.cpp b/src/Server.cpp index 3923cc96b..828ff0407 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -39,7 +39,7 @@ #include #include - +#include "Commands/CMDManager.h"