From 3c3c1b567a06ea48fd5d79c1c1c645482b894db3 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Fri, 6 Aug 2021 10:07:21 +0900 Subject: [PATCH] infra : Include dlog.h only when log is enabled Change-Id: I91367053d6a9da83218e0b9bd5ad8638254d4617 --- src/lib/tvgCommon.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/tvgCommon.h b/src/lib/tvgCommon.h index 596746d..4bf1d13 100644 --- a/src/lib/tvgCommon.h +++ b/src/lib/tvgCommon.h @@ -22,7 +22,9 @@ #ifndef _TVG_COMMON_H_ #define _TVG_COMMON_H_ +#ifdef THORVG_LOG_ENABLED #include +#endif #include "config.h" #include "thorvg.h" -- 2.7.4