[llvm] da65009 - Fix build of LookupResult.cpp from aeda128 with Visual C++.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 21:03:34 PST 2019
Author: Douglas Yung
Date: 2019-12-05T21:03:03-08:00
New Revision: da650094b187ee3c8017d74f63c885663faca1d8
URL: https://github.com/llvm/llvm-project/commit/da650094b187ee3c8017d74f63c885663faca1d8
DIFF: https://github.com/llvm/llvm-project/commit/da650094b187ee3c8017d74f63c885663faca1d8.diff
LOG: Fix build of LookupResult.cpp from aeda128 with Visual C++.
Added:
Modified:
llvm/lib/DebugInfo/GSYM/LookupResult.cpp
Removed:
################################################################################
diff --git a/llvm/lib/DebugInfo/GSYM/LookupResult.cpp b/llvm/lib/DebugInfo/GSYM/LookupResult.cpp
index 7b7ee8c3d799..c54b166b2887 100644
--- a/llvm/lib/DebugInfo/GSYM/LookupResult.cpp
+++ b/llvm/lib/DebugInfo/GSYM/LookupResult.cpp
@@ -11,6 +11,7 @@
#include "llvm/Support/Format.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
+#include <ciso646>
using namespace llvm;
using namespace gsym;
More information about the llvm-commits
mailing list