diff --git a/Minecraft.Client/UI/Screens/EnchantmentScreen.cpp b/Minecraft.Client/UI/Screens/EnchantmentScreen.cpp index 5b66569cc..23685b1cc 100644 --- a/Minecraft.Client/UI/Screens/EnchantmentScreen.cpp +++ b/Minecraft.Client/UI/Screens/EnchantmentScreen.cpp @@ -9,6 +9,7 @@ #include "../../Textures/Textures.h" #include "../../../Minecraft.World/Headers/net.minecraft.locale.h" #include "../../../Minecraft.World/Containers/EnchantmentMenu.h" +#include "../../../Minecraft.World/Containers/Slot.h" #include "../../Rendering/Models/BookModel.h" #include "../../../Minecraft.Client/Minecraft.h"