forked from pool/openlierox
- Add openlierox-add-missing-include.patch: Add missing include cstdint. Exposed by gcc 13. OBS-URL: https://build.opensuse.org/request/show/1078307 OBS-URL: https://build.opensuse.org/package/show/games/openlierox?expand=0&rev=11
13 lines
270 B
Diff
13 lines
270 B
Diff
Index: OpenLieroX/include/MathLib.h
|
|
===================================================================
|
|
--- OpenLieroX.orig/include/MathLib.h
|
|
+++ OpenLieroX/include/MathLib.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <cmath>
|
|
|
|
#include "CVec.h"
|
|
+#include <cstdint>
|
|
|
|
|
|
// Constants
|