summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hashing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hashing.h')
-rw-r--r--src/lib/util/hashing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util/hashing.h b/src/lib/util/hashing.h
index 51a7da7c694..8b58d3afc8b 100644
--- a/src/lib/util/hashing.h
+++ b/src/lib/util/hashing.h
@@ -20,6 +20,7 @@
#include "sha1.h"
+namespace util {
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -217,4 +218,6 @@ protected:
};
+} // namespace util
+
#endif // __HASHING_H__