File: gcc15.patch

package info (click to toggle)
pingus 0.7.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,672 kB
  • sloc: cpp: 42,080; xml: 2,319; lisp: 521; ruby: 455; ansic: 365; objc: 248; sh: 247; makefile: 140; python: 15
file content (20 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/engine/display/font.hpp
+++ b/src/engine/display/font.hpp
@@ -20,6 +20,7 @@
 #include <memory>
 
 #include "math/rect.hpp"
+#include <cstdint>
 
 class FontImpl;
 class FontDescription;
--- a/src/pingus/collision_map.hpp
+++ b/src/pingus/collision_map.hpp
@@ -17,6 +17,7 @@
 #ifndef HEADER_PINGUS_PINGUS_COLLISION_MAP_HPP
 #define HEADER_PINGUS_PINGUS_COLLISION_MAP_HPP
 
+#include <cstdint>
 #include <memory>
 
 #include "engine/display/sprite.hpp"