Skip to content

Commit

Permalink
Merge pull request #1051 from bartoszek/patch-1
Browse files Browse the repository at this point in the history
GCC11: fix missing <limits> header.
  • Loading branch information
simogasp authored May 30, 2021
2 parents d5662a2 + 3fd0dc0 commit fa5f463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aliceVision/hdr/rgbCurve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <iostream>
#include <sstream>
#include <numeric>
#include <limits>

#include <aliceVision/system/Logger.hpp>

Expand Down

0 comments on commit fa5f463

Please sign in to comment.