Procházet zdrojové kódy

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
pull/1/head
costan před 6 roky
odevzdal Victor Costan
rodič
revize
8046a51b21
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      util/logging.cc

+ 1
- 0
util/logging.cc Zobrazit soubor

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

Načítá se…
Zrušit
Uložit