diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-30 14:04:18 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-30 14:04:18 -0400 | 
| commit | 535e24c7e8913db447d90a949f6b2f6b92927f48 (patch) | |
| tree | 4b51e9f4d9b591f0647ea4c5c9f7358fd6ac3f00 | |
| parent | 58e2d58daf603824872308245a451c2e32394706 (diff) | |
SL-93 WIP - missing include
| -rwxr-xr-x | indra/newview/llaisapi.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp index 9842bf2a66..19793b6583 100755 --- a/indra/newview/llaisapi.cpp +++ b/indra/newview/llaisapi.cpp @@ -34,6 +34,7 @@  #include "llsdutil.h"  #include "llviewerregion.h"  #include "llinventoryobserver.h" +#include "llviewercontrol.h"  ///----------------------------------------------------------------------------  /// Classes for AISv3 support. | 
