diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 19:19:07 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 19:19:07 +0000 |
commit | ec0dd8968c7bbfd469d7400920f93c68ba168d5d (patch) | |
tree | ca508de87bc079c726488d0caa77b887a73cd71d /indra/newview/llchiclet.cpp | |
parent | 4c7ae59996c2743152928abd81831a2ab5e788b6 (diff) |
Update the rest of the LLEventTimer users to #include lleventtimer.h. I think.
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 18bd7b725f..db804c7c8b 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -36,6 +36,7 @@ #include "llagent.h" #include "llavataractions.h" #include "llbottomtray.h" +#include "lleventtimer.h" #include "llgroupactions.h" #include "lliconctrl.h" #include "llimfloater.h" |