nixsgx/packages/azure-dcap-client/missing-includes.patch
Harald Hoyer 1054e3dbe4
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2024-02-07 11:25:05 +01:00

12 lines
306 B
Diff

diff --git a/src/Linux/local_cache.cpp b/src/Linux/local_cache.cpp
index fe48b90..aa91cb8 100644
--- a/src/Linux/local_cache.cpp
+++ b/src/Linux/local_cache.cpp
@@ -6,6 +6,7 @@
#include <algorithm>
#include <cstring>
#include <mutex>
+#include <stdexcept>
#include <fcntl.h>
#include <ftw.h>