Skip to content

Commit e30eb3c

Browse files
committed
fix clang format error by adding spdlog/fmt/fmt.h include for fmt::format
Signed-off-by: Thinh Nguyen <nguyenthinh19011@gmail.com>
1 parent 82b0163 commit e30eb3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ram/src/ram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "pdn/PdnGen.hh"
2828
#include "ppl/IOPlacer.h"
2929
#include "ram/layout.h"
30+
#include "spdlog/fmt/fmt.h"
3031
#include "sta/ConcreteLibrary.hh"
3132
#include "sta/FuncExpr.hh"
3233
#include "sta/Liberty.hh"

0 commit comments

Comments
 (0)