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.h | |
parent | 4c7ae59996c2743152928abd81831a2ab5e788b6 (diff) |
Update the rest of the LLEventTimer users to #include lleventtimer.h. I think.
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index a011c5ebfd..a915b7fa50 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -36,6 +36,7 @@ #include "llallocator.h" #include "llcontrol.h" #include "llsys.h" // for LLOSInfo +#include "lltimer.h" class LLCommandLineParser; class LLFrameTimer; |