aboutsummaryrefslogtreecommitdiff
path: root/src/proj_math.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-06 17:38:52 +0300
committerKristian Evers <kristianevers@gmail.com>2018-05-08 09:16:05 +0200
commit987603a4ab2b925363fdcb6bf99fa89658d67613 (patch)
tree142678ab21e5cd3b792ff8a71ee27effcbb7ce79 /src/proj_math.h
parent78f6a82a2ed9a3ad98f49e73c85a2d14aa9ee93c (diff)
downloadPROJ-987603a4ab2b925363fdcb6bf99fa89658d67613.tar.gz
PROJ-987603a4ab2b925363fdcb6bf99fa89658d67613.zip
Add round() and lround() to proj_math.h
Diffstat (limited to 'src/proj_math.h')
-rw-r--r--src/proj_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_math.h b/src/proj_math.h
index 1e0c6217..ca3ab401 100644
--- a/src/proj_math.h
+++ b/src/proj_math.h
@@ -29,6 +29,7 @@
#define PROJ_MATH_H
#include <math.h>
+#include <limits.h>
#ifdef __cplusplus
extern "C" {