diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-09-09 11:54:23 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-09-09 11:54:23 +0000 |
commit | 58a2ba9581ff9288c331cf7b92b6b14bb5f5e9a3 (patch) | |
tree | cbcb905177c2410b2d8211beb4f8c7b8cc60a729 /indra/newview/llnavigationbar.cpp | |
parent | f7231263d47beb4d7eba7eec4231e69967e156cf (diff) |
DEV-39441: Removed include for boost/regex.hpp from llstring.h (and
fixed up viewer files that relied on this being included for them).
Also changed LLStringUtil::getSubstitution() to be a private method.
Reviewed by steve.
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r-- | indra/newview/llnavigationbar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 0da572dd24..69cebcfb5e 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -62,6 +62,8 @@ #include "llfavoritesbar.h" #include "llagentui.h" +#include <boost/regex.hpp> + //-- LLTeleportHistoryMenuItem ----------------------------------------------- /** |