瀏覽代碼

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"

Loading…
取消
儲存