Skip to content

Commit

Permalink
Add #include <climits>
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Dec 13, 2023
1 parent d375069 commit fb8c144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iohumdrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ using namespace std;
#include <algorithm>
#include <cassert>
#include <cctype>
#include <climits>
#include <cmath>
#include <locale>
#include <regex>
Expand Down

0 comments on commit fb8c144

Please sign in to comment.