diff options
author | Chris Robinson <[email protected]> | 2017-08-30 12:01:49 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-30 12:01:49 -0700 |
commit | e3d99412a20f5476cbf700855a934bf724b13a07 (patch) | |
tree | bd655f2fe0520cf400bb1fd72a0bf98d1928c4b4 /common/uintmap.h | |
parent | cd15b1775e9c81283f998a874bda55821e79f3fc (diff) |
Include limits.h where INT_MAX is used
Diffstat (limited to 'common/uintmap.h')
-rw-r--r-- | common/uintmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/uintmap.h b/common/uintmap.h index 47bd0d42..3adc66c4 100644 --- a/common/uintmap.h +++ b/common/uintmap.h @@ -1,6 +1,8 @@ #ifndef AL_UINTMAP_H #define AL_UINTMAP_H +#include <limits.h> + #include "AL/al.h" #include "rwlock.h" |