fix(tdcgal/cgal.hpp): CGAL_BINDINGS_H
This commit is contained in:
parent
f7103430d6
commit
33c1958581
|
|
@ -1,6 +1,10 @@
|
||||||
#include <pybind11/pybind11.h>
|
#ifndef CGAL_BINDINGS_H
|
||||||
|
#define CGAL_BINDINGS_H
|
||||||
|
|
||||||
|
#include <pybind11/pybind11.h>
|
||||||
|
|
||||||
namespace py = pybind11;
|
namespace py = pybind11;
|
||||||
|
|
||||||
void init_plane(py::module_ &);
|
void init_plane(py::module_ &);
|
||||||
|
|
||||||
|
#endif // CGAL_BINDINGS_H
|
||||||
Loading…
Reference in New Issue