Skip to content

Commit a7d3c84

Browse files
committed
Fixed lint issue
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 941a7fe commit a7d3c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tst/src/IntegratedFixture.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "tst/IntegratedFixture.h"
55

6+
#include <cstdio>
67
#include <fstream>
78
#include <string>
89

@@ -20,6 +21,7 @@
2021
#include "sta/Units.hh"
2122
#include "sta/VerilogReader.hh"
2223
#include "sta/VerilogWriter.hh"
24+
#include "utl/Logger.h"
2325

2426
namespace tst {
2527

0 commit comments

Comments
 (0)