changeset 232:f7a7a54e9de4

Add stdint include
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 04 Jun 2014 18:07:47 +0100
parents 611e521cb701
children 6c04845f83dd
files src/scalar.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/scalar.c	Wed Jun 04 17:36:11 2014 +0100
+++ b/src/scalar.c	Wed Jun 04 18:07:47 2014 +0100
@@ -28,6 +28,7 @@
 #include <stdio.h>
 #include <math.h>
 #include <limits.h>
+#include <stdint.h>
 
 #ifndef DBL_MAX
 #include <float.h> /* on Linux DBL_MAX is in float.h */