mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 23:43:56 +02:00
12 lines
306 B
Diff
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>
|