diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectArgs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h index d326d423247..997d289c1d3 100644 --- a/lldb/source/Commands/CommandObjectArgs.h +++ b/lldb/source/Commands/CommandObjectArgs.h @@ -15,7 +15,7 @@ // Other libraries and framework includes // Project includes #include "lldb/Interpreter/CommandObject.h" -#include "lldb/Core/Options.h" +#include "lldb/Interpreter/Options.h" #include "lldb/Core/Language.h" namespace lldb_private { |