- Add gcc-13-fix.patch in order to fix the upstream issue: https://gitlab.com/fbb-git/icmake/-/issues/5 OBS-URL: https://build.opensuse.org/request/show/1068216 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=29
13 lines
284 B
Diff
13 lines
284 B
Diff
diff --git a/icmake/comp/symtab/symtab.h b/icmake/comp/symtab/symtab.h
|
|
index cea2df3..a57ea2c 100644
|
|
--- a/icmake/comp/symtab/symtab.h
|
|
+++ b/icmake/comp/symtab/symtab.h
|
|
@@ -3,6 +3,7 @@
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <cstdint>
|
|
|
|
#include "../exprtype/exprtype.h"
|
|
|