From 4895b24e3861021c26a9df3ba9ba04400c63f5c8 Mon Sep 17 00:00:00 2001
From: Loren Shih <seraph@lindenlab.com>
Date: Thu, 7 Apr 2011 13:23:01 -0400
Subject: [PATCH] SH-1319 fix missing include

---
 indra/newview/llphysicsmotion.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llphysicsmotion.cpp b/indra/newview/llphysicsmotion.cpp
index 254fa5c33f6..67bb139a5ef 100644
--- a/indra/newview/llphysicsmotion.cpp
+++ b/indra/newview/llphysicsmotion.cpp
@@ -40,6 +40,7 @@
 #include "v3dmath.h"
 
 #include "llphysicsmotion.h"
+#include "llagent.h"
 #include "llcharacter.h"
 #include "llviewercontrol.h"
 #include "llviewervisualparam.h"
-- 
GitLab