From ec8255207e4c23048675695d337915c45c73d8f6 Mon Sep 17 00:00:00 2001 From: Rob Lemley Date: Thu, 20 Jul 2023 17:42:31 +0000 Subject: [PATCH] Bug 1843535 - Apply upstream patch to fix building librnp with gcc-13. r=kaie Cherry pick https://github.com/rnpgp/sexpp/pull/31/commits/bd8f7d2510d1f64e91a77eff1672f1b60af0a943 to fix building with gcc-13. Differential Revision: https://phabricator.services.mozilla.com/D183791 --HG-- extra : moz-landing-system : lando --- third_party/rnp/src/libsexp/include/sexp/sexp-error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/rnp/src/libsexp/include/sexp/sexp-error.h b/third_party/rnp/src/libsexp/include/sexp/sexp-error.h index 72cad831f5..332a63bcad 100644 --- a/third_party/rnp/src/libsexp/include/sexp/sexp-error.h +++ b/third_party/rnp/src/libsexp/include/sexp/sexp-error.h @@ -29,6 +29,7 @@ #pragma once +#include #include #include #include