summaryrefslogtreecommitdiff
path: root/indra/newview/llvoinventorylistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoinventorylistener.h')
-rwxr-xr-xindra/newview/llvoinventorylistener.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvoinventorylistener.h b/indra/newview/llvoinventorylistener.h
index bf14d19b01..c50c475478 100755
--- a/indra/newview/llvoinventorylistener.h
+++ b/indra/newview/llvoinventorylistener.h
@@ -30,7 +30,9 @@
#ifndef LL_LLVOINVENTORYLISTENER_H
#define LL_LLVOINVENTORYLISTENER_H
-#include "llviewerobject.h"
+#include "llinventory.h"
+
+class LLViewerObject;
class LLVOInventoryListener
{