summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-04-07 13:23:01 -0400
committerLoren Shih <seraph@lindenlab.com>2011-04-07 13:23:01 -0400
commit4895b24e3861021c26a9df3ba9ba04400c63f5c8 (patch)
tree6aeac1a5789aa0c8cf6153d4f6db9581162888a9
parentef8ce5bf5eb3325dec8a51d27ca01ddab47f183c (diff)
SH-1319 fix missing include
-rw-r--r--indra/newview/llphysicsmotion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llphysicsmotion.cpp b/indra/newview/llphysicsmotion.cpp
index 254fa5c33f..67bb139a5e 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"