void-packages/srcpkgs/pingus/patches/missing-header.patch

32 lines
769 B
Diff

--- a/src/pingus/screens/demo_session.cpp
+++ b/src/pingus/screens/demo_session.cpp
@@ -18,6 +18,7 @@
#include <algorithm>
#include <iostream>
+#include <functional>
#include "engine/gui/gui_manager.hpp"
#include "engine/gui/surface_button.hpp"
--- a/src/engine/display/font_description.hpp
+++ b/src/engine/display/font_description.hpp
@@ -17,6 +17,7 @@
#ifndef HEADER_PINGUS_ENGINE_DISPLAY_FONT_DESCRIPTION_HPP
#define HEADER_PINGUS_ENGINE_DISPLAY_FONT_DESCRIPTION_HPP
+#include <cstdint>
#include <vector>
#include "math/rect.hpp"
--- a/src/util/pathname.hpp
+++ b/src/util/pathname.hpp
@@ -17,6 +17,7 @@
#ifndef HEADER_PINGUS_UTIL_PATHNAME_HPP
#define HEADER_PINGUS_UTIL_PATHNAME_HPP
+#include <cstdint>
#include <string>
#include <vector>