diff --git a/interfaces/kits/gfx_utils/graphic_assert.h b/interfaces/kits/gfx_utils/graphic_assert.h index ee23319..d409ae3 100755 --- a/interfaces/kits/gfx_utils/graphic_assert.h +++ b/interfaces/kits/gfx_utils/graphic_assert.h @@ -35,6 +35,8 @@ #ifndef GRAPHIC_LITE_GRAPHIC_ASSERT_H #define GRAPHIC_LITE_GRAPHIC_ASSERT_H +#include "graphic_config.h" + #if ENABLE_DEBUG #include #endif