diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-04-07 13:23:01 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-04-07 13:23:01 -0400 |
commit | 4895b24e3861021c26a9df3ba9ba04400c63f5c8 (patch) | |
tree | 6aeac1a5789aa0c8cf6153d4f6db9581162888a9 /indra | |
parent | ef8ce5bf5eb3325dec8a51d27ca01ddab47f183c (diff) |
SH-1319 fix missing include
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llphysicsmotion.cpp | 1 |
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"
|