Skip to content

Commit

Permalink
Merge pull request BVLC#2035 from jeffdonahue/include-climits
Browse files Browse the repository at this point in the history
add <climits> for INT_MAX
  • Loading branch information
jeffdonahue committed Mar 4, 2015
2 parents dec148e + a3b0fbd commit 12e7317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/caffe/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <gflags/gflags.h>
#include <glog/logging.h>

#include <climits>
#include <cmath>
#include <fstream> // NOLINT(readability/streams)
#include <iostream> // NOLINT(readability/streams)
Expand Down

0 comments on commit 12e7317

Please sign in to comment.