summaryrefslogtreecommitdiff
path: root/indra/llxuixml
diff options
context:
space:
mode:
authorLeslie Linden <none@none>2011-05-24 09:38:49 -0700
committerLeslie Linden <none@none>2011-05-24 09:38:49 -0700
commit406195e4f20e0bea341c8a7a979b56a8259b8536 (patch)
tree2dfb60ed16d153e90da435a75397737bcdeda84a /indra/llxuixml
parent95b8020d21b1ad60f82c767df7d7aac019ad8353 (diff)
Added badges version 0.1 to buttons.
Reviewed by Richard
Diffstat (limited to 'indra/llxuixml')
-rw-r--r--indra/llxuixml/llinitparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llxuixml/llinitparam.h b/indra/llxuixml/llinitparam.h
index a853999e94..ce7cb5b3e0 100644
--- a/indra/llxuixml/llinitparam.h
+++ b/indra/llxuixml/llinitparam.h
@@ -34,6 +34,8 @@
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
+#include "llerror.h"
+
namespace LLInitParam
{
template<typename T> const T& defaultValue() { static T value; return value; }