3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 19:17:55 +00:00

verilog: Fix missing sstream include

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
Ethan Mahintorabi 2025-08-20 22:56:26 +00:00 committed by Lofty
parent 4926e846f6
commit 7f0130efce

View file

@ -5,6 +5,7 @@
#include <string> #include <string>
#include <stack> #include <stack>
#include <string> #include <string>
#include <sstream>
/** /**
* Provide frontend-wide location tracking like what bison generates * Provide frontend-wide location tracking like what bison generates