From a792de33262e8671f69f43d6447b8ee6bf87b2fd Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 24 Oct 2024 22:49:23 +0200 Subject: [PATCH] Fix macOS/Linux builds --- indra/newview/fsposeranimator.h | 2 +- indra/newview/fsposingmotion.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/fsposeranimator.h b/indra/newview/fsposeranimator.h index 1f72d5efde..a710e8b01a 100644 --- a/indra/newview/fsposeranimator.h +++ b/indra/newview/fsposeranimator.h @@ -27,7 +27,7 @@ #ifndef LL_FSPoserAnimator_H #define LL_FSPoserAnimator_H -#include "fsposingMotion.h" +#include "fsposingmotion.h" #include "llvoavatar.h" /// diff --git a/indra/newview/fsposingmotion.cpp b/indra/newview/fsposingmotion.cpp index 1d2ac11a46..6caaae771f 100644 --- a/indra/newview/fsposingmotion.cpp +++ b/indra/newview/fsposingmotion.cpp @@ -24,7 +24,7 @@ * $/LicenseInfo$ */ -#include "fsposingMotion.h" +#include "fsposingmotion.h" #include "llcharacter.h" FSPosingMotion::FSPosingMotion(const LLUUID &id) : LLMotion(id)