Merge pull request #61 from maliberty/vcd-abs

Fix clang warnings about wrong abs
This commit is contained in:
James Cherry 2024-07-30 10:49:05 -07:00 committed by GitHub
commit f4fe607b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
namespace sta {
using std::abs;
using std::min;
using std::to_string;