diff --git a/Minecraft.Client/ChatScreen.cpp b/Minecraft.Client/ChatScreen.cpp index 5cd61c66a..a40d5b7e4 100644 --- a/Minecraft.Client/ChatScreen.cpp +++ b/Minecraft.Client/ChatScreen.cpp @@ -2,7 +2,7 @@ #include "ChatScreen.h" #include "ClientConnection.h" #include "Font.h" -#include "MultiplayerLocalPlayer.h" +#include "MultiPlayerLocalPlayer.h" #include "../Minecraft.World/SharedConstants.h" #include "../Minecraft.World/StringHelpers.h" #include "../Minecraft.World/ChatPacket.h"