summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-15 09:54:17 -0700
committerRichard Linden <none@none>2011-03-15 09:54:17 -0700
commit2c22863888eefbfb0f4245011be989d155583db7 (patch)
treee36b7d2923c8552be0f6f1a6a6d849027058786e /indra/newview/lltoolpie.h
parentf619dd95d1e33a4c11c2b9491f28a66881626ecc (diff)
another attempt at fixing gcc
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r--indra/newview/lltoolpie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h
index c324b50c65..22e77a3159 100644
--- a/indra/newview/lltoolpie.h
+++ b/indra/newview/lltoolpie.h
@@ -30,10 +30,10 @@
#include "lltool.h"
#include "lluuid.h"
#include "llviewerwindow.h" // for LLPickInfo
+#include "llhudeffectblob.h" // for LLPointer<LLHudEffectBlob>, apparently
class LLViewerObject;
class LLObjectSelection;
-class LLHUDEffectBlob;
class LLToolPie : public LLTool, public LLSingleton<LLToolPie>
{