aboutsummaryrefslogtreecommitdiff
path: root/src/heap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/heap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heap.cpp b/src/heap.cpp
index 00a5d5d..01a5f50 100644
--- a/src/heap.cpp
+++ b/src/heap.cpp
@@ -7,3 +7,4 @@
7 7
8#include "heap.h" 8#include "heap.h"
9 9
10namespace Bu { subExceptionDef( HeapException ) }