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
No related branches found
No related tags found
1 merge request!438Reduction Support
...@@ -43,7 +43,7 @@ class GenericCpu(Platform): ...@@ -43,7 +43,7 @@ class GenericCpu(Platform):
@property @property
def required_headers(self) -> set[str]: def required_headers(self) -> set[str]:
return {"<math.h>", "<climits.h"} return {"<math.h>", "<limits.h>"}
def materialize_iteration_space( def materialize_iteration_space(
self, body: PsBlock, ispace: IterationSpace self, body: PsBlock, ispace: IterationSpace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment