Skip to content
Snippets Groups Projects
Commit 5b7e5689 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Another mac build fix

parent edc3dece
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <boost/unordered/unordered_map.hpp>
#include <boost/signals2/trackable.hpp> #include <boost/signals2/trackable.hpp>
#include "llsortedvector.h" #include "llsortedvector.h"
...@@ -777,7 +778,7 @@ class LLVOAvatar : ...@@ -777,7 +778,7 @@ class LLVOAvatar :
const MatrixPaletteCache& updateSkinInfoMatrixPalette(const LLMeshSkinInfo* skinInfo); const MatrixPaletteCache& updateSkinInfoMatrixPalette(const LLMeshSkinInfo* skinInfo);
// Map of LLMeshSkinInfo::mHash to MatrixPaletteCache // Map of LLMeshSkinInfo::mHash to MatrixPaletteCache
typedef std::unordered_map<U64, MatrixPaletteCache> matrix_palette_cache_t; typedef boost::unordered_map<U64, MatrixPaletteCache> matrix_palette_cache_t;
matrix_palette_cache_t mMatrixPaletteCache; matrix_palette_cache_t mMatrixPaletteCache;
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment