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
1 changed files with 1 additions and 0 deletions

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