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
mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
floret
/
cstdint.patch
blob
f30f557cb7013da5afb451da8854b1b9afcacee8
1
diff --git a/src/args.cc b/src/args.cc
2
index a8975e81624c..99854c919341 100644
3
--- a/src/args.cc
4
+++ b/src/args.cc
5
@@ -10,6 +10,7 @@
6
7
#include <stdlib.h>
8
9
+#include <cstdint>
10
#include <iostream>
11
#include <stdexcept>
12
#include <string>