File chromium-fix_crashpad.patch of Package chromium.openSUSE_Leap_15.0_Update
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..8464a5a 100644
--- a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
+++ b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
@@ -17,6 +17,8 @@
#include <stddef.h>
#include <string.h>
+#include <limits>
+
#include "base/logging.h"
namespace crashpad {