From: Alexey Samsonov Date: Tue, 24 Jun 2014 05:59:52 +0000 (+0000) Subject: Include for std::tie X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=877ef747d86161af3d36c2864e0ae0b9b5be0441;p=oota-llvm.git Include for std::tie git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211569 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/ScaledNumber.h b/include/llvm/Support/ScaledNumber.h index c0818d9bf6d..2bd7e741dd2 100644 --- a/include/llvm/Support/ScaledNumber.h +++ b/include/llvm/Support/ScaledNumber.h @@ -28,6 +28,7 @@ #include #include #include +#include #include namespace llvm {