pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / games / crossfire / add-cstdint-include-to-crossfire-server.patch
blob73c69f533613e0b6431276b4eb4893233df3b4c7
1 diff --git a/include/Treasures.h b/include/Treasures.h
2 index 614078f..a00b4f6 100644
3 --- a/include/Treasures.h
4 +++ b/include/Treasures.h
5 @@ -13,6 +13,8 @@
6 #ifndef TREASURES_H
7 #define TREASURES_H
9 +#include <cstdint>
11 #include "AssetsCollection.h"
13 extern "C" {