diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-13 17:08:00 -0400 |
commit | ded6a78541d9f779b5cbef0d1255588b93d5dce6 (patch) | |
tree | f343cacbfd01888c604b891ceb877b429f50641c /indra/llxuixml | |
parent | fa20a3fe100bd2c99b6fe4c087c79268752a107c (diff) | |
parent | c7c43d83f80dcac8be79cc76c9d9bbf8ff4c8354 (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/llxuiparser.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llxuixml/llxuiparser.cpp b/indra/llxuixml/llxuiparser.cpp index e1ad9a5c71..9942af6b37 100644 --- a/indra/llxuixml/llxuiparser.cpp +++ b/indra/llxuixml/llxuiparser.cpp @@ -29,7 +29,13 @@ #include "llxuiparser.h" #include "llxmlnode.h" + +#ifdef LL_STANDALONE +#include <expat.h> +#else #include "expat/expat.h" +#endif + #include <fstream> #include <boost/tokenizer.hpp> //#include <boost/spirit/include/qi.hpp> |