summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-22 18:21:43 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-22 18:21:43 +0000
commit11c32ef5a809672ea69eb2c8f18715d98aabad03 (patch)
tree0741f71d756d62b3c940443f86ddcca5ef1a9a5b /src/utils
parente2e580fb5d2fadafdfc7776b005dfc4562f5b624 (diff)
downloadmanaserv-11c32ef5a809672ea69eb2c8f18715d98aabad03.tar.gz
manaserv-11c32ef5a809672ea69eb2c8f18715d98aabad03.tar.bz2
manaserv-11c32ef5a809672ea69eb2c8f18715d98aabad03.tar.xz
manaserv-11c32ef5a809672ea69eb2c8f18715d98aabad03.zip
Fixed some small issues.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/sha2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/sha2.h b/src/utils/sha2.h
index 79f6b862..1f7974af 100644
--- a/src/utils/sha2.h
+++ b/src/utils/sha2.h
@@ -43,6 +43,7 @@
#include <string>
#include <stdexcept>
+#include <cstring>
// NOTE: You may need to define things by hand for your system:
typedef unsigned char sha_byte; // Exactly 1 byte