소스 검색

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
xry
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"

불러오는 중...
취소
저장