未验证 提交 a66eebab 编写于 作者: 石晓伟 提交者: GitHub

fix header file paths of gflags, commit 4, test=develop (#30274)

上级 8c4500ff
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// limitations under the License. // limitations under the License.
#include "paddle/fluid/string/pretty_log.h" #include "paddle/fluid/string/pretty_log.h"
#include <gflags/gflags.h> #include "gflags/gflags.h"
DEFINE_bool(color, true, "Whether to turn on pretty log"); DEFINE_bool(color, true, "Whether to turn on pretty log");
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
// limitations under the License. // limitations under the License.
#pragma once #pragma once
#include <gflags/gflags.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <utility> #include <utility>
#include "gflags/gflags.h"
#include "paddle/fluid/string/printf.h" #include "paddle/fluid/string/printf.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册