diff options
Diffstat (limited to 'src/hash.cpp')
-rw-r--r-- | src/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.cpp b/src/hash.cpp index dfd5d80..904c2dc 100644 --- a/src/hash.cpp +++ b/src/hash.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "hash.h" | 8 | #include "bu/hash.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( HashException ) } | 10 | namespace Bu { subExceptionDef( HashException ) } |
11 | 11 | ||