diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-15 21:28:16 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-15 21:28:16 -0800 |
commit | e3d95ddb9a3e6abc8e800edf77cf3b0e4f5c4b8f (patch) | |
tree | 98caba233d1d51192d5762ada32628d14f8289cc /indra | |
parent | 04adbdad4bb13cb98c77bba17fcc9a16e0f44203 (diff) |
STORM-151 : Make kdu decompression work without ugly hack in library header names
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llkdu/llkdumem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llkdumem.h b/indra/llkdu/llkdumem.h index f0580cf84f..b1b2516095 100644 --- a/indra/llkdu/llkdumem.h +++ b/indra/llkdu/llkdumem.h @@ -35,7 +35,7 @@ #include "kdu_params.h" #include "kdu_compressed.h" #include "kdu_sample_processing.h" -#include "kdu_image_local.h" +#include "image_local.h" #include "stdtypes.h" class LLKDUMemSource: public kdu_compressed_source |