sylefeb / Silice

Silice is an easy-to-learn, powerful hardware description language, that simplifies designing hardware algorithms with parallelism and pipelines.
Other
1.3k stars 78 forks source link

Add missing <list> header. #224

Closed cbalint13 closed 2 years ago

cbalint13 commented 2 years ago

This PR fix compile issues with latest gcc.


The error before:

src/Algorithm.h:581:10: error: ‘list’ in namespace ‘std’ does not name a template type
$ gcc -v
Using built-in specs.
{....}
gcc version 12.1.1 20220507 (Red Hat 12.1.1-1) (GCC) 

Thanks, ~Cristian.

sylefeb commented 2 years ago

Thanks!