Skip to content

Commit

Permalink
add transitive header #include
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 13, 2024
1 parent 016e130 commit 497117e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions OdbDesignLib/ProductModel/Net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Pin.h"
#include "../ProtoBuf/net.pb.h"
#include <string>
#include "PinConnection.h"


namespace Odb::Lib::ProductModel
Expand Down
2 changes: 2 additions & 0 deletions OdbDesignLib/ProductModel/Package.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "Package.h"
#include <string>
#include "../ProtoBuf/package.pb.h"
#include "Pin.h"
#include <memory>

namespace Odb::Lib::ProductModel
{
Expand Down
1 change: 1 addition & 0 deletions OdbDesignLib/ProductModel/Part.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "Part.h"
#include <string>
#include "../ProtoBuf/part.pb.h"
#include <memory>

namespace Odb::Lib::ProductModel
{
Expand Down
1 change: 1 addition & 0 deletions OdbDesignLib/ProductModel/Via.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../ProtoBuf/via.pb.h"
#include "../ProtoBuf/enums.pb.h"
#include "../enums.h"
#include <string>


namespace Odb::Lib::ProductModel
Expand Down

0 comments on commit 497117e

Please sign in to comment.