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:
parent
4926e846f6
commit
7f0130efce
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <string>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
/**
|
||||
* Provide frontend-wide location tracking like what bison generates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue