summary refs log tree commit diff
path: root/pkgs/games/minetest/fix_wordsize_confusion.patch
blob: 9540a434dafe32617c81f4be1f2a67b461fa492d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,6 +17,7 @@
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include <cstdint>
 #include "irrlicht.h" // createDevice
 #include "irrlichttypes_extrabloated.h"
 #include "chat_interface.h"