Skip to content

Commit 25d958c

Browse files
committed
Update header include to new style in docs
This avoids warnings and potential errors when the old style include path is removed
1 parent df3c882 commit 25d958c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DebuggingCppInterOp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Here's a comprehensive example that demonstrates common CppInterOp usage pattern
4848

4949
.. code-block:: cpp
5050
51-
#include "clang/Interpreter/CppInterOp.h"
51+
#include <CppInterOp/CppInterOp.h>
5252
#include <iostream>
5353
5454
void run_code(std::string code) {

0 commit comments

Comments
 (0)