Skip to content

Commit a944e4c

Browse files
committed
grt: fix missing includes
Signed-off-by: Jonas Gava <[email protected]>
1 parent ab967ad commit a944e4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/grt/include/grt/GlobalRouter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "grt/RoutePt.h"
2020
#include "odb/db.h"
2121
#include "odb/dbBlockCallBackObj.h"
22+
#include "odb/dbObject.h"
2223
#include "odb/geom.h"
2324
#include "sta/Liberty.hh"
2425

src/grt/src/GlobalRouter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "grt/PinGridLocation.h"
4242
#include "grt/Rudy.h"
4343
#include "odb/db.h"
44+
#include "odb/dbObject.h"
4445
#include "odb/dbSet.h"
4546
#include "odb/dbShape.h"
4647
#include "odb/dbTypes.h"

0 commit comments

Comments
 (0)