提交 5b2d1f5a 编写于 作者: C chenzhiyu

fix windows no execinfo.h

上级 2e12aebf
......@@ -47,7 +47,7 @@ limitations under the License. */
#include <type_traits>
#include <utility>
#ifndef PADDLE_WITH_MUSL
#if !defined(_WIN32) && !defined(PADDLE_WITH_MUSL)
#include <execinfo.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册