From b07c2de16ae8dfa2c0fc4a594deddacc46386216 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 7 Jan 2010 00:34:39 +0000 Subject: A bunch of things weren't including their own files in quite the correct way... --- src/hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash.cpp') 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 @@ * terms of the license contained in the file LICENSE. */ -#include "hash.h" +#include "bu/hash.h" namespace Bu { subExceptionDef( HashException ) } -- cgit v1.2.3