Skip to content

Commit 1649b34

Browse files
committed
Some little include fixes.
Signed-off-by: Henner Zeller <[email protected]>
1 parent 0150a2f commit 1649b34

18 files changed

+21
-0
lines changed

src/drt/test/gcTest.cpp

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

2929
#include <map>
3030
#include <memory>
31+
#include <tuple>
3132
#include <utility>
3233
#include <vector>
3334

@@ -37,6 +38,7 @@
3738
#include "frBaseTypes.h"
3839
#include "frDesign.h"
3940
#include "gc/FlexGC.h"
41+
#include "gtest/gtest.h"
4042
#include "odb/db.h"
4143
#include "odb/geom.h"
4244

src/odb/test/cpp/TestAbstractLef.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <string>
1111

1212
#include "gmock/gmock.h"
13+
#include "gtest/gtest.h"
1314
#include "odb/db.h"
1415
#include "odb/dbWireCodec.h"
1516
#include "odb/lefout.h"

src/odb/test/cpp/TestAccessPoint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "gtest/gtest.h"
88
#include "helper.h"
99
#include "odb/db.h"
10+
#include "odb/dbTypes.h"
1011

1112
namespace odb {
1213
namespace {

src/odb/test/cpp/TestCallBacks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "CallBack.h"
2+
#include "gtest/gtest.h"
23
#include "helper.h"
34
#include "odb/db.h"
45
#include "tst/fixture.h"

src/odb/test/cpp/TestChips.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <set>
33
#include <vector>
44

5+
#include "gtest/gtest.h"
56
#include "helper.h"
67
#include "odb/db.h"
78
#include "odb/dbSet.h"

src/odb/test/cpp/TestDbWire.cc

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

99
#include <memory>
1010

11+
#include "gtest/gtest.h"
1112
#include "odb/db.h"
1213
#include "odb/dbShape.h"
1314
#include "odb/dbWireCodec.h"

src/odb/test/cpp/TestGCellGrid.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "gtest/gtest.h"
12
#include "helper.h"
23
#include "odb/db.h"
34

src/odb/test/cpp/TestGDSIn.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <string>
77
#include <vector>
88

9+
#include "gtest/gtest.h"
910
#include "helper/env.h"
1011
#include "odb/db.h"
1112
#include "odb/gdsUtil.h"

src/odb/test/cpp/TestGroup.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#include <array>
12
#include <string>
3+
#include <utility>
24

5+
#include "gtest/gtest.h"
36
#include "helper.h"
47
#include "odb/db.h"
58
#include "odb/dbSet.h"

src/odb/test/cpp/TestGuide.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "gtest/gtest.h"
12
#include "helper.h"
23
#include "odb/db.h"
34

0 commit comments

Comments
 (0)