소스 검색

Add forgotten <limits> header to util/logging.cc.

Commit a0008deb67 introduced
std::numeric_limits usage in logging.cc, but didn't #include <limits>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192840190
xry
costan 6 년 전
committed by Victor Costan
부모
커밋
8046a51b21
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      util/logging.cc

+ 1
- 0
util/logging.cc 파일 보기

@ -8,6 +8,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits>
#include "leveldb/env.h"
#include "leveldb/slice.h"

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