File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111#include < map>
1212#include < optional>
1313#include < set>
14+ #include < tuple>
1415#include < utility>
1516#include < vector>
1617
18+ #include " boost/geometry/index/predicates.hpp"
1719#include " gui/gui.h"
1820#include " odb/db.h"
1921#include " odb/dbTransform.h"
2022#include " odb/dbTypes.h"
2123#include " odb/geom.h"
24+ #include " odb/geom_boost.h"
2225#include " odb/isotropy.h"
2326#include " utl/Logger.h"
2427
@@ -375,10 +378,9 @@ void PadPlacer::populateObstructions()
375378 if (check_inst->getMaster ()->isCover ()) {
376379 covers.insert (check_inst);
377380 continue ;
378- } else {
379- instance_obstructions_.insert (
380- {check_inst->getBBox ()->getBox (), check_inst});
381381 }
382+ instance_obstructions_.insert (
383+ {check_inst->getBBox ()->getBox (), check_inst});
382384 }
383385 }
384386 }
Original file line number Diff line number Diff line change 1010#include < utility>
1111#include < vector>
1212
13+ #include " boost/geometry/index/parameters.hpp"
1314#include " boost/geometry/index/rtree.hpp"
1415#include " odb/db.h"
1516#include " odb/dbTypes.h"
You can’t perform that action at this time.
0 commit comments