summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 16:47:32 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 14:56:39 +0800
commit7f091b864e5ec8c574971cc4a839d95c52c26b58 (patch)
tree516172f9be2cc2b97a8e9be36f5befa8ea04cb9d /indra/llaudio
parent73d6aed67f25aed8efa5cb27b35ec30fc9a96e0e (diff)
Include standard library array header
as it's not implied on some platforms that std::array would be unrecognised.
Diffstat (limited to 'indra/llaudio')
-rwxr-xr-xindra/llaudio/llaudioengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llaudio/llaudioengine.h b/indra/llaudio/llaudioengine.h
index 0fe8b3d756..cf694cfaf4 100755
--- a/indra/llaudio/llaudioengine.h
+++ b/indra/llaudio/llaudioengine.h
@@ -30,6 +30,7 @@
#include <list>
#include <map>
+#include <array>
#include "v3math.h"
#include "v3dmath.h"