浏览代码

Use partial path to benchmark/benchmark.h.

Using the partial path offers more flexibility to projects which
may checkout google/benchmark to a different location.

PiperOrigin-RevId: 357819911
naive_version
Chris Mumford 3 年前
committed by Chris Mumford
父节点
当前提交
2a47801868
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      db/db_test.cc

+ 1
- 1
db/db_test.cc 查看文件

@ -9,7 +9,7 @@
#include <string>
#include "gtest/gtest.h"
#include "third_party/benchmark/include/benchmark/benchmark.h"
#include "benchmark/benchmark.h"
#include "db/db_impl.h"
#include "db/filename.h"
#include "db/version_set.h"

正在加载...
取消
保存