Skip to content
Snippets Groups Projects
Commit 9741c024 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix header include of limits.h

parent cf2ec066
1 merge request!438Reduction Support
......@@ -43,7 +43,7 @@ class GenericCpu(Platform):
@property
def required_headers(self) -> set[str]:
return {"<math.h>", "<climits.h"}
return {"<math.h>", "<limits.h>"}
def materialize_iteration_space(
self, body: PsBlock, ispace: IterationSpace
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment