소스 검색

leveldb: Include <algorithm> in util/env_test.cc.

CL 170738066 introduced std::min and std::max to env_test.cc. These
require the <algorithm> header.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171024062
main
costan 7 년 전
committed by Victor Costan
부모
커밋
542590d2a8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      util/env_test.cc

+ 2
- 0
util/env_test.cc 파일 보기

@ -4,6 +4,8 @@
#include "leveldb/env.h"
#include <algorithm>
#include "port/port.h"
#include "util/testharness.h"
#include "util/testutil.h"

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