mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:28:04 +02:00
Adding missing sstream include (#2312)
This commit is contained in:
@@ -6,6 +6,7 @@ Please see the Verilator manual for 200+ additional contributors. Thanks to all.
|
||||
Ahmed El-Mahmoudy
|
||||
Alex Chadwick
|
||||
Chris Randall
|
||||
Dan Petrisko
|
||||
David Stanford
|
||||
Driss Hafdi
|
||||
Eric Rippey
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <sstream>
|
||||
#include <tgmath.h>
|
||||
#include <sys/stat.h> // mkdir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user