fix(tdcgal/cgal.hpp): CGAL_BINDINGS_H

This commit is contained in:
songsenand 2024-02-18 20:43:37 +08:00
parent f7103430d6
commit 33c1958581
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
#include <pybind11/pybind11.h>
#ifndef CGAL_BINDINGS_H
#define CGAL_BINDINGS_H
#include <pybind11/pybind11.h>
namespace py = pybind11;
void init_plane(py::module_ &);
#endif // CGAL_BINDINGS_H