From fafdf6f8b241275e05b706391dd41a317f01c333 Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:42:03 +0300 Subject: [PATCH] Update BGSMessage.h --- CommonLibSF/include/RE/B/BGSMessage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/B/BGSMessage.h b/CommonLibSF/include/RE/B/BGSMessage.h index f1d9dcbc..13f53faa 100644 --- a/CommonLibSF/include/RE/B/BGSMessage.h +++ b/CommonLibSF/include/RE/B/BGSMessage.h @@ -1,11 +1,12 @@ #pragma once #include "RE/B/BSTArray.h" +#include "RE/M/MemoryManager.h" #include "RE/T/TESCondition.h" #include "RE/T/TESDescription.h" #include "RE/T/TESForm.h" #include "RE/T/TESFullName.h" -#include "RE/M/MemoryManager.h" + namespace RE {