endless-sky-gl21: fix build

This commit is contained in:
Đoàn Trần Công Danh 2024-03-31 08:22:24 +07:00
parent b50b3e2d16
commit 148c6987a4
1 changed files with 20 additions and 0 deletions

View 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>