endless-sky-gl21: fix build
This commit is contained in:
parent
b50b3e2d16
commit
148c6987a4
|
@ -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…
Reference in New Issue