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"