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/llappviewer.cpp | |
parent | 4c7ae59996c2743152928abd81831a2ab5e788b6 (diff) |
Update the rest of the LLEventTimer users to #include lleventtimer.h. I think.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a3720769a1..98ec907886 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -40,6 +40,7 @@ #include "lluictrlfactory.h" #include "lltexteditor.h" #include "llerrorcontrol.h" +#include "lleventtimer.h" #include "llviewertexturelist.h" #include "llgroupmgr.h" #include "llagent.h" |