diff --git a/Minecraft.Client/Gui.cpp b/Minecraft.Client/Gui.cpp index bbd78c5d0..f9810a365 100644 --- a/Minecraft.Client/Gui.cpp +++ b/Minecraft.Client/Gui.cpp @@ -860,7 +860,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) glScalef(scale, scale, 1.f); glTranslatef((float)-debugLeft, (float)-debugTop, 0.f); - std::vector lines; + vector lines; lines.push_back(ClientConstants::VERSION_STRING); lines.push_back(minecraft->fpsString);