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) {