From 1c9cdef8b9df333b8477ac88f1ee6ca82a83762d Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 24 Nov 2015 15:11:13 +0000 Subject: [PATCH] [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 --- lib/Target/Hexagon/HexagonInstrInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1