diff options
author | Richard Linden <none@none> | 2013-07-19 15:03:05 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-19 15:03:05 -0700 |
commit | e40065f82c797eab41006a448c838f4f1089a2e8 (patch) | |
tree | 7abaeeae98304308bc3812531f682de3cda4bb72 /indra/llimage | |
parent | eb8d552df76540e7b0b533f0c10c5faa541299a4 (diff) |
BUILDFIX: #include and dependency cleanup
Diffstat (limited to 'indra/llimage')
-rwxr-xr-x | indra/llimage/llimagej2c.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagej2c.cpp b/indra/llimage/llimagej2c.cpp index 65cdcd6923..8e2bcc3f94 100755 --- a/indra/llimage/llimagej2c.cpp +++ b/indra/llimage/llimagej2c.cpp @@ -30,6 +30,7 @@ #include "lltimer.h" #include "llmath.h" #include "llmemory.h" +#include "llsd.h" typedef LLImageJ2CImpl* (*CreateLLImageJ2CFunction)(); typedef void (*DestroyLLImageJ2CFunction)(LLImageJ2CImpl*); |