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

revert-31562-mean
石晓伟 4 years ago committed by GitHub
parent 8c4500ff6d
commit a66eebab5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 @@
// 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"

Loading…
Cancel
Save