Skip to content

Commit b6808fc

Browse files
tromeycuviper
authored andcommitted
Use correct include path for State.h
While rebasing to master, I missed a spot where an include file was moved. I believe my local build was picking up an installed copy of the header, causing it to succeed locally.
1 parent 5acac0d commit b6808fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Rust/RustFunctionCaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "llvm/IR/Module.h"
1919

2020
#include "lldb/Core/Module.h"
21-
#include "lldb/Core/State.h"
21+
#include "lldb/Utility/State.h"
2222
#include "lldb/Core/ValueObject.h"
2323
#include "lldb/Core/ValueObjectList.h"
2424
#include "lldb/Expression/DiagnosticManager.h"

0 commit comments

Comments
 (0)