Added missing "#define HASHLIB_H"
authorClifford Wolf <clifford@clifford.at>
Sat, 14 May 2016 09:43:20 +0000 (11:43 +0200)
committerClifford Wolf <clifford@clifford.at>
Sat, 14 May 2016 09:43:20 +0000 (11:43 +0200)
kernel/hashlib.h

index 2da53dd8ae68e2be3efae06ddb9870508fc839de..3c824b8c31f9a6f8cc92c7b62550d650a86aba14 100644 (file)
@@ -10,6 +10,7 @@
 // -------------------------------------------------------
 
 #ifndef HASHLIB_H
+#define HASHLIB_H
 
 #include <stdexcept>
 #include <algorithm>