Skip to content

Commit

Permalink
Merge pull request #73 from peter-jansson/patch-1
Browse files Browse the repository at this point in the history
Including climits instead of limits.h.
  • Loading branch information
k06a authored Jun 26, 2022
2 parents 0df37ed + d96f24d commit f92163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boolinq/boolinq.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <limits.h>
#include <climits>

#include <functional>
#include <tuple>
Expand Down

0 comments on commit f92163f

Please sign in to comment.