summaryrefslogtreecommitdiffstats
path: root/src/misc/vec/vec.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-07-17 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-07-17 08:01:00 -0700
commitd63a0cbbfd3979bb1423946fd1853411fbc66210 (patch)
treef3e981717d69b3f725ccbdd9a0ad70c9fe9f320e /src/misc/vec/vec.h
parent05772a795bf5808ff30008fc2a36ec965e18c50e (diff)
downloadabc-d63a0cbbfd3979bb1423946fd1853411fbc66210.tar.gz
abc-d63a0cbbfd3979bb1423946fd1853411fbc66210.tar.bz2
abc-d63a0cbbfd3979bb1423946fd1853411fbc66210.zip
Version abc80717
Diffstat (limited to 'src/misc/vec/vec.h')
-rw-r--r--src/misc/vec/vec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/vec/vec.h b/src/misc/vec/vec.h
index ee82fc3e..03de79f1 100644
--- a/src/misc/vec/vec.h
+++ b/src/misc/vec/vec.h
@@ -50,7 +50,9 @@ typedef long long sint64;
// this include should be the first one in the list
// it is used to catch memory leaks on Windows
+#ifdef ABC_CHECK_LEAKS
#include "leaks.h"
+#endif
////////////////////////////////////////////////////////////////////////
/// MACRO DEFINITIONS ///