From 952804d0a0f39d8b7d6b96ab279083818832e589 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Mar 2022 14:07:52 +0800 Subject: [PATCH] 1 --- cpp/btmgr.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpp/btmgr.cc b/cpp/btmgr.cc index e3d8603..16b78e9 100644 --- a/cpp/btmgr.cc +++ b/cpp/btmgr.cc @@ -1,6 +1,13 @@ #include "precompile.h" +#ifdef DEBUG +#undef DEBUG #include "behaviac/behaviac.h" +#define DEBUG +#else +#include "behaviac/behaviac.h" +#endif + #include "btmgr.h" namespace f8