diff options
Diffstat (limited to 'indra/newview/llfloaterbuycurrency.cpp')
-rw-r--r-- | indra/newview/llfloaterbuycurrency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuycurrency.cpp b/indra/newview/llfloaterbuycurrency.cpp index a7233c310a..4b5bb3548b 100644 --- a/indra/newview/llfloaterbuycurrency.cpp +++ b/indra/newview/llfloaterbuycurrency.cpp @@ -43,7 +43,7 @@ #include "llvieweruictrlfactory.h" #include "llweb.h" #include "llwindow.h" -#include "viewer.h" +#include "llappviewer.h" static const S32 STANDARD_BUY_AMOUNT = 1000; static const S32 MINIMUM_BALANCE_AMOUNT = 0; |