Skip to content

Commit

Permalink
fix: missing climits include in json-util.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonehab committed Nov 9, 2023
1 parent 88bf574 commit f0c550f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/json-util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// with this program (see COPYING). If not, see <https://www.gnu.org/licenses/>.
//

#include <climits>
#include <exception>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit f0c550f

Please sign in to comment.