From 198e499798640715e24b6877a9f4b7fb32942031 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 13 Jan 2012 00:18:37 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20for=20error:=20`incomplete=20type=20?= =?UTF-8?q?=E2=80=98LLInventoryObserver=E2=80=99=20used=20in=20nested=20na?= =?UTF-8?q?me=20specifier`=20presented=20by=20GCC=204.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- indra/newview/llcallingcard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index 97206d2c0..12dd4a4b9 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -53,6 +53,7 @@ #include "llbutton.h" //#include "llinventory.h" #include "llinventorymodel.h" +#include "llinventoryobserver.h" #include "llnotifications.h" #include "llnotificationsutil.h" #include "llresmgr.h"