fix linux build error - need #include for real classdef.

master
Tofu Linden 2010-02-08 16:17:39 +00:00
parent aa20ba337e
commit 62ce5d0ebd
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "llsingleton.h"
#include "llinventorymodel.h"
#include "llinventoryobserver.h"
#include "llviewerinventory.h"
#include "llcallbacklist.h"
class LLWearable;