Skip to content

Commit 0f35381

Browse files
committed
fix nanobind header for linux
1 parent 5121335 commit 0f35381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Quantum/Transforms/QuantumPythonDecompositions/PythonFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "nanobind/STL/string.h" // for type conversion
1615
#include "nanobind/nanobind.h"
16+
#include "nanobind/stl/string.h" // for type conversion
1717

1818
#include <cstddef>
1919
#include <exception>

0 commit comments

Comments
 (0)