Skip to content

Commit

Permalink
Add missing include for std::numeric_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Dec 24, 2023
1 parent d1321d9 commit 5f0f6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exif.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/

#include <cmath>
#include <limits>
#include <string>

namespace easyexif {
Expand Down

0 comments on commit 5f0f6d5

Please sign in to comment.