mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Fix to include limits header for std::numeric_limits (#2747)
Code using `std::numeric_limits` wasn't including the limits header, leading to a compilation error in Fedora Rawhide (GCC 11.0).
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <sstream>
|
||||
#include <sys/stat.h> // mkdir
|
||||
#include <list>
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
|
||||
// clang-format off
|
||||
|
||||
Reference in New Issue
Block a user