mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
endless-sky-gl21: fix build
This commit is contained in:
parent
b50b3e2d16
commit
148c6987a4
1 changed files with 20 additions and 0 deletions
20
srcpkgs/endless-sky-gl21/patches/fix-include.patch
Normal file
20
srcpkgs/endless-sky-gl21/patches/fix-include.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/source/ImageBuffer.h
|
||||
+++ b/source/ImageBuffer.h
|
||||
@@ -13,6 +13,7 @@ PARTICULAR PURPOSE. See the GNU General
|
||||
#ifndef IMAGE_BUFFER_H_
|
||||
#define IMAGE_BUFFER_H_
|
||||
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
|
||||
--- a/source/Sound.cpp
|
||||
+++ b/source/Sound.cpp
|
||||
@@ -21,6 +21,7 @@ PARTICULAR PURPOSE. See the GNU General
|
||||
#include <OpenAL/al.h>
|
||||
#endif
|
||||
|
||||
+#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
|
Loading…
Add table
Reference in a new issue