diff options
| author | James Cook <james@lindenlab.com> | 2009-12-02 17:12:23 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-12-02 17:12:23 -0800 | 
| commit | 11ffb356cf7a4da9cfa8b7df6ef980b8743f36f0 (patch) | |
| tree | 33b928cc20931c87671fcad763c50c504b5289f0 /indra/newview | |
| parent | 69db64ba015da8139608ed42746429688da80d4b (diff) | |
Fix the build - merge missed an include file
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfloaterpreference.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index b01ff74e26..1c1f27a259 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -60,6 +60,7 @@  #include "llkeyboard.h"  #include "llmodaldialog.h"  #include "llnavigationbar.h" +#include "llnearbychat.h"  #include "llnotifications.h"  #include "llnotificationsutil.h"  #include "llpanellogin.h" | 
