summaryrefslogtreecommitdiff
path: root/unittests/Core/ArchSpecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Core/ArchSpecTest.cpp')
-rw-r--r--unittests/Core/ArchSpecTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Core/ArchSpecTest.cpp b/unittests/Core/ArchSpecTest.cpp
index 8fed7adba07c..98b77e1826b1 100644
--- a/unittests/Core/ArchSpecTest.cpp
+++ b/unittests/Core/ArchSpecTest.cpp
@@ -11,7 +11,7 @@
#include "lldb/Core/ArchSpec.h"
-#include "llvm/Support/MachO.h"
+#include "llvm/BinaryFormat/MachO.h"
using namespace lldb;
using namespace lldb_private;