about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/linux/sgx/azure-dcap-client/tests-missing-includes.patch
blob: 287fbd39af4118cdb9579fee3f9a50a18e7e0f49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/UnitTest/test_local_cache.cpp b/src/UnitTest/test_local_cache.cpp
index 5fbc31b..6b8d52e 100644
--- a/src/UnitTest/test_local_cache.cpp
+++ b/src/UnitTest/test_local_cache.cpp
@@ -5,6 +5,7 @@
 #include <gtest/gtest.h>
 
 #undef NDEBUG // ensure that asserts are never compiled out
+#include <array>
 #include <cassert>
 #include <cstdio>
 #include <cstring>