3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-24 14:53:42 +00:00

Add stack include to decorate_loops.h

This commit is contained in:
Akash Levy 2024-12-01 16:50:51 -05:00
parent 462cbd4195
commit ead4b34c3c

View file

@ -17,6 +17,7 @@
* *
*/ */
#ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS #ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS
#include <stack>
/* /*
This Visitor decorates the AST with a loop ID attribute for all outer for loops. This Visitor decorates the AST with a loop ID attribute for all outer for loops.
All AST nodes contained within the subtree of an outer for-loop All AST nodes contained within the subtree of an outer for-loop