diff options
Diffstat (limited to 'include/lldb/Host/HostThread.h')
-rw-r--r-- | include/lldb/Host/HostThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/HostThread.h b/include/lldb/Host/HostThread.h index d14f0f6c638cc..96314813cf7c9 100644 --- a/include/lldb/Host/HostThread.h +++ b/include/lldb/Host/HostThread.h @@ -10,8 +10,8 @@ #ifndef lldb_Host_HostThread_h_ #define lldb_Host_HostThread_h_ -#include "lldb/Core/Error.h" #include "lldb/Host/HostNativeThreadForward.h" +#include "lldb/Utility/Error.h" #include "lldb/lldb-types.h" #include <memory> |