aboutsummaryrefslogtreecommitdiff
path: root/src/heap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap.cpp')
-rw-r--r--src/heap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap.cpp b/src/heap.cpp
index 01a5f50..b72f83e 100644
--- a/src/heap.cpp
+++ b/src/heap.cpp
@@ -5,6 +5,6 @@
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 "heap.h" 8#include "bu/heap.h"
9 9
10namespace Bu { subExceptionDef( HeapException ) } 10namespace Bu { subExceptionDef( HeapException ) }