From: Pavel Labath Date: Mon, 11 Mar 2019 09:23:30 +0000 (+0000) Subject: Attempt to fix build errors caused by r355812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd07e506c86df4b77417d38d4a83438a9f62043a;p=llvm Attempt to fix build errors caused by r355812 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/SwapByteOrder.h b/include/llvm/Support/SwapByteOrder.h index 380ca0a781f..06a447a27c2 100644 --- a/include/llvm/Support/SwapByteOrder.h +++ b/include/llvm/Support/SwapByteOrder.h @@ -17,6 +17,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" #include +#include #if defined(_MSC_VER) && !defined(_DEBUG) #include #endif