Skip to content

Commit da65009

Browse files
committed
Fix build of LookupResult.cpp from aeda128 with Visual C++.
1 parent 72db78e commit da65009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/DebugInfo/GSYM/LookupResult.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "llvm/Support/Format.h"
1212
#include "llvm/Support/Path.h"
1313
#include "llvm/Support/raw_ostream.h"
14+
#include <ciso646>
1415

1516
using namespace llvm;
1617
using namespace gsym;

0 commit comments

Comments
 (0)