diff --git a/Source/objects.cpp b/Source/objects.cpp index 49195a5c5..5b360b61e 100644 --- a/Source/objects.cpp +++ b/Source/objects.cpp @@ -3,9 +3,11 @@ * * Implementation of object functionality, interaction, spawning, loading, etc. */ -#include #include #include +#include + +#include #include diff --git a/Source/qol/chatlog.cpp b/Source/qol/chatlog.cpp index 040980050..a65bb666d 100644 --- a/Source/qol/chatlog.cpp +++ b/Source/qol/chatlog.cpp @@ -3,10 +3,13 @@ * * Implementation of the in-game chat log. */ -#include +#include + #include #include +#include + #include "DiabloUI/ui_flags.hpp" #include "automap.h" #include "chatlog.h"