summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/simpleops-compiler-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/simpleops-compiler-utils.h b/compiler/simpleops-compiler-utils.h
index 187386d..8ff0be5 100644
--- a/compiler/simpleops-compiler-utils.h
+++ b/compiler/simpleops-compiler-utils.h
@@ -32,6 +32,8 @@
#error Private header used directly
#endif
+#include <stddef.h>
+
/**
* Computes the number of elements of an array
*/