mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-22 07:44:47 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6fe41c9723
commit
1054e3dbe4
51 changed files with 3521 additions and 1 deletions
12
packages/azure-dcap-client/tests-missing-includes.patch
Normal file
12
packages/azure-dcap-client/tests-missing-includes.patch
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue