From e9799f5f1fac1f260dd38cc2d5554c7806544cfe Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期一, 13 十一月 2023 16:51:56 +0800 Subject: [PATCH] Update readme.md --- runtime/onnxruntime/third_party/glog/src/symbolize.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/onnxruntime/third_party/glog/src/symbolize.h b/runtime/onnxruntime/third_party/glog/src/symbolize.h index 86c22e3..89a6a4f 100644 --- a/runtime/onnxruntime/third_party/glog/src/symbolize.h +++ b/runtime/onnxruntime/third_party/glog/src/symbolize.h @@ -54,9 +54,9 @@ #ifndef BASE_SYMBOLIZE_H_ #define BASE_SYMBOLIZE_H_ -#include "utilities.h" #include "config.h" -#include <glog/logging.h> +#include "glog/logging.h" +#include "utilities.h" #ifdef HAVE_SYMBOLIZE -- Gitblit v1.9.1