summaryrefslogtreecommitdiff
path: root/indra/newview/llversioninfo.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-04-28 13:54:15 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-04-28 13:54:15 +0300
commita6a428910cccdbf4ef137399c09be185226dd8f5 (patch)
treeebb34e37d146957719eb9c92f50332060cbd0bf5 /indra/newview/llversioninfo.cpp
parent89321a56fd95ade557be41a07e1b3deaa6162281 (diff)
build fix
Diffstat (limited to 'indra/newview/llversioninfo.cpp')
-rwxr-xr-xindra/newview/llversioninfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp
index ec831738a9..e53de8be32 100755
--- a/indra/newview/llversioninfo.cpp
+++ b/indra/newview/llversioninfo.cpp
@@ -29,6 +29,7 @@
#include <iostream>
#include <sstream>
#include "llversioninfo.h"
+#include <boost/regex.hpp>
#if ! defined(LL_VIEWER_CHANNEL) \
|| ! defined(LL_VIEWER_VERSION_MAJOR) \
@@ -133,7 +134,7 @@ void LLVersionInfo::resetChannel(const std::string& channel)
}
//static
-ViewerMaturity getViewerMaturity()
+LLVersionInfo::ViewerMaturity LLVersionInfo::getViewerMaturity()
{
ViewerMaturity maturity;