1
0
mirror of synced 2026-04-24 19:40:49 +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 <stack>
#include <string>
#include <sstream>
/**
* Provide frontend-wide location tracking like what bison generates