From 34b83e4047b3170e744538580dc8f7ddee387ba7 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Wed, 25 Oct 2023 22:57:57 +0300
Subject: [PATCH] Post merge build fix

---
 indra/llcommon/tests/apply_test.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/llcommon/tests/apply_test.cpp b/indra/llcommon/tests/apply_test.cpp
index 9a17afc18c8..56b497e0c84 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)
-- 
GitLab