From 4191d04455451716282870b18e8500543b7b83ae Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:43:43 -0500 Subject: [PATCH] missed one --- Minecraft.Client/Platform/Extrax64Stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Platform/Extrax64Stubs.cpp b/Minecraft.Client/Platform/Extrax64Stubs.cpp index a0852745e..4426656ec 100644 --- a/Minecraft.Client/Platform/Extrax64Stubs.cpp +++ b/Minecraft.Client/Platform/Extrax64Stubs.cpp @@ -30,7 +30,7 @@ // On Linux, stdafx.h already provides Orbis-compatible Sentient/Dynamic headers // via #pragma once. Pull in SentientManager for CSentientManager class declaration // and StatsCounter; CSocialManager is provided as inline stubs via Platform/Linux/Social/SocialManager.h. -#include "../Platform/Orbis/Sentient/SentientManager.h" +#include "../Platform/Linux/Sentient/SentientManager.h" #include "../GameState/StatsCounter.h" #else #include "../Platform/Orbis/Sentient/SentientManager.h"