diff --git a/paddle/fluid/string/pretty_log.cc b/paddle/fluid/string/pretty_log.cc index 4534fdc58b81fe03b3a1fc19b55aa62ddbf5eaf1..c0715e644fb3302bde53564be3bf63e4e3f4657c 100644 --- a/paddle/fluid/string/pretty_log.cc +++ b/paddle/fluid/string/pretty_log.cc @@ -13,7 +13,7 @@ // limitations under the License. #include "paddle/fluid/string/pretty_log.h" -#include +#include "gflags/gflags.h" DEFINE_bool(color, true, "Whether to turn on pretty log"); diff --git a/paddle/fluid/string/pretty_log.h b/paddle/fluid/string/pretty_log.h index 5e2aedb22ad6899d046ffc8d11b0a2df2fca5ae3..696e2bb04f010dcbbd8eb930cb64d3e5c6a595ce 100644 --- a/paddle/fluid/string/pretty_log.h +++ b/paddle/fluid/string/pretty_log.h @@ -13,11 +13,11 @@ // limitations under the License. #pragma once -#include #include #include #include #include +#include "gflags/gflags.h" #include "paddle/fluid/string/printf.h"