diff options
author | James Cook <james@lindenlab.com> | 2009-06-23 21:59:31 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-06-23 21:59:31 +0000 |
commit | fe487f46e37f0db1e8cee7a3e52020e06a79d196 (patch) | |
tree | 51b8e73ff893da4b47db768631d7e4f0b4a80b2d /indra/newview/llavatariconctrl.cpp | |
parent | fcaa1ad46fd1df4cfec9dee12caf6e7b5bf32136 (diff) |
Fixed a bunch of missing includes and forward declares. I was trying to benchmark with precompiled headers off, but we'll have to do a bunch more cleanup before it's possible to disable that feature cleanly. Not reviewed.
Diffstat (limited to 'indra/newview/llavatariconctrl.cpp')
-rw-r--r-- | indra/newview/llavatariconctrl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavatariconctrl.cpp b/indra/newview/llavatariconctrl.cpp index 807f2f035c..3cd6126739 100644 --- a/indra/newview/llavatariconctrl.cpp +++ b/indra/newview/llavatariconctrl.cpp @@ -41,6 +41,8 @@ #include "llmenugl.h" #include "lluictrlfactory.h" +#include "llcachename.h" + #define MENU_ITEM_VIEW_PROFILE 0 #define MENU_ITEM_SEND_IM 1 |