fix f9b4ea0ce9efb4132a75551c40b2efc049e5b9f7

This fixes https://lab.llvm.org/buildbot/#/builders/68/builds/37077.
This commit is contained in:
Walter Erquinigo 2022-08-02 19:22:58 -07:00
parent 39d4e169d3
commit d8602bcdfa
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include "lldb/API/SBDefines.h"
#include "lldb/API/SBError.h"
#include "lldb/API/SBExecutionContext.h"
#include "lldb/Target/TraceCursor.h"
namespace lldb {

View File

@ -10,6 +10,7 @@
#include "lldb/API/SBTraceCursor.h"
#include "Utils.h"
#include "lldb/Utility/Instrumentation.h"
#include "lldb/Target/TraceCursor.h"
using namespace lldb;
using namespace lldb_private;