From 38ad32b49c26cff7d7958a5eb7d5ecd2f78ea53a Mon Sep 17 00:00:00 2001 From: Emagi Date: Mon, 22 Jul 2024 09:08:33 -0400 Subject: [PATCH] this was not including the MiscFunctions correctly before --- source/WorldServer/VisualStates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/WorldServer/VisualStates.h b/source/WorldServer/VisualStates.h index 02d9df5..40672d2 100644 --- a/source/WorldServer/VisualStates.h +++ b/source/WorldServer/VisualStates.h @@ -18,7 +18,7 @@ along with EQ2Emulator. If not, see . */ #include "../common/Log.h" -#include "../../common/MiscFunctions.h" +#include "../common/MiscFunctions.h" #include using namespace std;