We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b143da1 commit 2b65ef1Copy full SHA for 2b65ef1
4 files changed
src/pdn/src/grid_component.cpp
@@ -17,6 +17,7 @@
17
#include "odb/db.h"
18
#include "odb/dbTypes.h"
19
#include "odb/geom.h"
20
+#include "shape.h"
21
#include "techlayer.h"
22
#include "utl/Logger.h"
23
#include "via.h"
src/pdn/src/grid_component.h
@@ -4,6 +4,7 @@
4
#pragma once
5
6
#include <map>
7
+#include <memory>
8
#include <set>
9
#include <string>
10
#include <vector>
src/pdn/src/rings.cpp
@@ -5,6 +5,7 @@
#include <algorithm>
#include <array>
#include <utility>
11
src/pdn/src/straps.cpp
@@ -24,6 +24,7 @@
24
#include "odb/dbTransform.h"
25
26
#include "renderer.h"
27
28
29
30
0 commit comments