mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
13 lines
453 B
Diff
13 lines
453 B
Diff
diff --git a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
index 6ba52a8..0c7a9f9 100644
|
|
--- ./third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
+++ ./third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
|
|
@@ -14,6 +14,7 @@
|
|
|
|
#include "snapshot/linux/cpu_context_linux.h"
|
|
|
|
+#include <limits>
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
|