projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rename ExplodeString to VectorizeString
[apt.git]
/
apt-pkg
/
contrib
/
sha256.h
diff --git
a/apt-pkg/contrib/sha256.h
b/apt-pkg/contrib/sha256.h
index c490bfa4df30cf348766f617470774013a9cdec3..5934b5641dccba20c896252cc460f29f49d74091 100644
(file)
--- a/
apt-pkg/contrib/sha256.h
+++ b/
apt-pkg/contrib/sha256.h
@@
-15,7
+15,9
@@
#define APTPKG_SHA256_H
#include <string>
+#include <cstring>
#include <algorithm>
+#include <stdint.h>
using std::string;
using std::min;