summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-25 22:57:57 +0300
committerakleshchev <117672381+akleshchev@users.noreply.github.com>2023-10-25 23:37:23 +0300
commit34b83e4047b3170e744538580dc8f7ddee387ba7 (patch)
treef7392840b83d4d6f74a939d5cae4aa3aab2c707d
parentd41c5c851b1c3721c9734ae218753669aa0d81f9 (diff)
Post merge build fix
-rw-r--r--indra/llcommon/tests/apply_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/tests/apply_test.cpp b/indra/llcommon/tests/apply_test.cpp
index 9a17afc18c..56b497e0c8 100644
--- a/indra/llcommon/tests/apply_test.cpp
+++ b/indra/llcommon/tests/apply_test.cpp
@@ -20,6 +20,9 @@
// other Linden headers
#include "llsd.h"
#include "llsdutil.h"
+#include <array>
+#include <string>
+#include <vector>
// for ensure_equals
std::ostream& operator<<(std::ostream& out, const std::vector<std::string>& stringvec)