Skip to content

Commit

Permalink
Add <limits> include to cxxopts.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MausKaffee34767 authored Apr 19, 2024
1 parent c39022e commit a1333f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cxxopts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ THE SOFTWARE.
#include <vector>
#include <algorithm>
#include <locale>
#include <limits>

#ifdef CXXOPTS_NO_EXCEPTIONS
#include <iostream>
Expand Down

0 comments on commit a1333f4

Please sign in to comment.