diff options
-rw-r--r-- | llvm/include/llvm/Support/SwapByteOrder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/SwapByteOrder.h b/llvm/include/llvm/Support/SwapByteOrder.h index 380ca0a781f..06a447a27c2 100644 --- a/llvm/include/llvm/Support/SwapByteOrder.h +++ b/llvm/include/llvm/Support/SwapByteOrder.h @@ -17,6 +17,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" #include <cstddef> +#include <type_traits> #if defined(_MSC_VER) && !defined(_DEBUG) #include <stdlib.h> #endif |