You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/lean/files/lean-3.50.3-gcc-13.patch

11 lines
263 B

--- a/shell/lean_js_main.cpp
+++ b/shell/lean_js_main.cpp
@@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
+#include <cstdint>
#include <iostream>
#include <string>
#include "shell/lean_js.h"