summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayerparams.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-27 06:22:56 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-27 06:22:56 -0400
commitecc2ada086b7cdc943abe11eb62b749c2b3d8798 (patch)
tree9feb4f47b5846c5fe4f22c04f3ffbc764768d7d2 /indra/llappearance/lltexlayerparams.h
parent51fb298f08b281962254ec08fc3ae82c92082d0e (diff)
lltexlayerparams.h uses std::atomic<bool>, so #include <atomic>
Diffstat (limited to 'indra/llappearance/lltexlayerparams.h')
-rw-r--r--indra/llappearance/lltexlayerparams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/lltexlayerparams.h b/indra/llappearance/lltexlayerparams.h
index 5e785e4f3e..116eb3bee0 100644
--- a/indra/llappearance/lltexlayerparams.h
+++ b/indra/llappearance/lltexlayerparams.h
@@ -30,6 +30,7 @@
#include "llpointer.h"
#include "v4color.h"
#include "llviewervisualparam.h"
+#include <atomic>
class LLAvatarAppearance;
class LLImageRaw;