summaryrefslogtreecommitdiff
path: root/sci-mathematics/lean/files/lean-3.50.3-gcc-13.patch
blob: 273dd5161080057c4a14fbd2a877d0963175a3c6 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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"