repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
games
/
crossfire
/
add-cstdint-include-to-crossfire-server.patch
blob
73c69f533613e0b6431276b4eb4893233df3b4c7
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
8
9
+#include <cstdint>
10
+
11
#include "AssetsCollection.h"
12
13
extern "C" {