Skip to content

Commit

Permalink
fix bug in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
liulixinkerry committed Jun 28, 2024
1 parent fcc9d09 commit b2b2ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp_to_py/draw_placement/draw_placement.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "Drawer.h"
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>

bool DrawGlobalPlacement(
const std::vector<double>& node_pos_x,
Expand Down

0 comments on commit b2b2ba5

Please sign in to comment.