diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:07:25 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-04 09:07:25 +0100 |
commit | 9878c0240450ad3d580d0518762ae0db96c25eff (patch) | |
tree | a946772fd6890b330eebaa1bc01abe95f4a5a117 /indra/llrender/llvertexbuffer.cpp | |
parent | f40d07512ab54ba3da38c8a8b92cf0c6d1469bc6 (diff) |
add some #includes for our wrappers
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
-rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp index ff966f1e95..48c20b09a8 100644 --- a/indra/llrender/llvertexbuffer.cpp +++ b/indra/llrender/llvertexbuffer.cpp @@ -31,6 +31,7 @@ */ #include "linden_common.h" +#include "llmemory.h" #include <boost/static_assert.hpp> |