Skip to content

Commit 739572b

Browse files
author
serge-sans-paille
committed
Missing include in Support/Host.cpp under __MVS__
1 parent 57d57b1 commit 739572b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Support/Host.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
#ifdef _MSC_VER
3434
#include <intrin.h>
3535
#endif
36+
#ifdef __MVS__
37+
#include "llvm/Support/BCD.h"
38+
#endif
3639
#if defined(__APPLE__) && (!defined(__x86_64__))
3740
#include <mach/host_info.h>
3841
#include <mach/mach.h>

0 commit comments

Comments
 (0)