diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-12-12 13:45:05 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-12-12 13:45:05 -0600 |
| commit | 9e1383f90d45622e0b9848be2608a4a6d71037dd (patch) | |
| tree | 03ad6ab945d10569ad1bbe89fef4c2276dd759e6 /indra/llimage | |
| parent | 1915b7a008a171e9b193f6301e83b61ca0f3c433 (diff) | |
| parent | 4e0d8f15644d607d4f9db4452cf4f34140eb2ca7 (diff) | |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llimage')
| -rw-r--r-- | indra/llimage/llimageworker.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/llimage/llimageworker.h b/indra/llimage/llimageworker.h index 18398d9ae2..fb35108a7a 100644 --- a/indra/llimage/llimageworker.h +++ b/indra/llimage/llimageworker.h @@ -29,11 +29,7 @@ #include "llimage.h" #include "llpointer.h" - -namespace LL -{ - class ThreadPool; -} // namespace LL +#include "threadpool_fwd.h" class LLImageDecodeThread { |
