Skip to content

Commit f5b7a26

Browse files
committed
Added include for automatic string conversion.
1 parent 5a5080a commit f5b7a26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openequivariance/openequivariance/extension/libtorch_tp_jit_stable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Stream get_current_stream() {
8989

9090
#ifdef INCLUDE_NB_EXTENSION
9191
#include "nanobind/nanobind.h"
92+
#include "nanobind/stl/string.h"
9293
namespace nb = nanobind;
9394
NB_MODULE(EXTENSION_NAME, m) {
9495
nb::class_<DeviceProp>(m, "DeviceProp")

0 commit comments

Comments
 (0)