[Box Backup-commit] COMMIT r1195 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Tue, 12 Dec 2006 22:40:32 +0000
Author: chris
Date: 2006-12-12 22:40:31 +0000 (Tue, 12 Dec 2006)
New Revision: 1195
Modified:
box/chris/merge/lib/common/DebugMemLeakFinder.cpp
Log:
Compile fix: include MemLeakFinder.h even on release builds (refs #3)
Modified: box/chris/merge/lib/common/DebugMemLeakFinder.cpp
===================================================================
--- box/chris/merge/lib/common/DebugMemLeakFinder.cpp 2006-12-03 13:58:14 UTC (rev 1194)
+++ box/chris/merge/lib/common/DebugMemLeakFinder.cpp 2006-12-12 22:40:31 UTC (rev 1195)
@@ -25,6 +25,8 @@
#include <string.h>
#include <set>
+#include "MemLeakFinder.h"
+
static bool memleakfinder_initialised = false;
bool memleakfinder_global_enable = false;