From 269334a53922c57ecf035fee92b074ee7eb1220a Mon Sep 17 00:00:00 2001 From: Aaron Jomy Date: Wed, 18 Jun 2025 10:00:16 +0200 Subject: [PATCH] Update header include to new style in docs This avoids warnings and potential errors when the old style include path is removed --- docs/DebuggingCppInterOp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DebuggingCppInterOp.rst b/docs/DebuggingCppInterOp.rst index 067b78128..6ef04acd5 100644 --- a/docs/DebuggingCppInterOp.rst +++ b/docs/DebuggingCppInterOp.rst @@ -48,7 +48,7 @@ Here's a comprehensive example that demonstrates common CppInterOp usage pattern .. code-block:: cpp - #include "clang/Interpreter/CppInterOp.h" + #include #include void run_code(std::string code) {