about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/crossfire/add-cstdint-include-to-crossfire-server.patch
blob: 73c69f533613e0b6431276b4eb4893233df3b4c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/Treasures.h b/include/Treasures.h
index 614078f..a00b4f6 100644
--- a/include/Treasures.h
+++ b/include/Treasures.h
@@ -13,6 +13,8 @@
 #ifndef TREASURES_H
 #define TREASURES_H
 
+#include <cstdint>
+
 #include "AssetsCollection.h"
 
 extern "C" {