feat: add to include header
This commit is contained in:
parent
74da61623f
commit
46742e2ea2
@ -53,6 +53,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "config.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#ifdef GLOG_USE_GFLAGS
|
||||
|
||||
@ -61,7 +62,6 @@
|
||||
#else
|
||||
|
||||
#include "glog/logging.h"
|
||||
#include "utilities.h"
|
||||
|
||||
# define DECLARE_VARIABLE(type, shorttype, name, tn) \
|
||||
namespace fL##shorttype { \
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include <array>
|
||||
#include "base/commandlineflags.h"
|
||||
#include "glog/log_severity.h"
|
||||
|
||||
#include "utilities.h"
|
||||
namespace {
|
||||
|
||||
// Compute the default value for --log_dir
|
||||
|
||||
Loading…
Reference in New Issue
Block a user