From: Krzysztof Parzyszek Date: Tue, 24 Nov 2015 15:11:13 +0000 (+0000) Subject: [Hexagon] Add missing include of X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1c9cdef8b9df333b8477ac88f1ee6ca82a83762d;p=oota-llvm.git [Hexagon] Add missing include of Lack thereof breaks Windows builds due to the use of std::isspace in HexagonInstrInfo.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253987 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonInstrInfo.cpp b/lib/Target/Hexagon/HexagonInstrInfo.cpp index 9e908ba5444..90df3903f54 100644 --- a/lib/Target/Hexagon/HexagonInstrInfo.cpp +++ b/lib/Target/Hexagon/HexagonInstrInfo.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" +#include using namespace llvm;