Skip to content

Commit 2b65ef1

Browse files
committed
pdn: add missing headers
Signed-off-by: Peter Gadfort <[email protected]>
1 parent b143da1 commit 2b65ef1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/pdn/src/grid_component.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "odb/db.h"
1818
#include "odb/dbTypes.h"
1919
#include "odb/geom.h"
20+
#include "shape.h"
2021
#include "techlayer.h"
2122
#include "utl/Logger.h"
2223
#include "via.h"

src/pdn/src/grid_component.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pragma once
55

66
#include <map>
7+
#include <memory>
78
#include <set>
89
#include <string>
910
#include <vector>

src/pdn/src/rings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <algorithm>
77
#include <array>
8+
#include <memory>
89
#include <utility>
910
#include <vector>
1011

src/pdn/src/straps.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "odb/dbTransform.h"
2525
#include "odb/dbTypes.h"
2626
#include "renderer.h"
27+
#include "shape.h"
2728
#include "techlayer.h"
2829
#include "utl/Logger.h"
2930

0 commit comments

Comments
 (0)