Skip to content

Commit

Permalink
add missing limits header
Browse files Browse the repository at this point in the history
During testing of nokiatech#118, I hit an error about numeric_limits not being part of std. This was on Ubuntu Linux with g++ 11.3.0.
  • Loading branch information
bradh committed Apr 12, 2023
1 parent be43efd commit b98a541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcs/reader/heifreaderimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <limits>

#include "audiosampleentrybox.hpp"
#include "auxiliarytypeinfobox.hpp"
Expand Down

0 comments on commit b98a541

Please sign in to comment.