Skip to content

Commit bf83b1c

Browse files
authored
[NFC][-Wunsafe-buffer-usage] Fix a build issue on Linux (#10343)
#10340 introduces a build issue on Linux: https://ci.swift.org/job/pr-apple-llvm-project-llvm-linux/666/consoleFull This commit fixes it.
1 parent 0344886 commit bf83b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Analysis/UnsafeBufferUsage.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
#include <algorithm>
3535
#include <cstddef>
3636
#include <optional>
37-
#include <sstream>
37+
#include <queue>
3838
#include <set>
39+
#include <sstream>
3940

4041
using namespace llvm;
4142
using namespace clang;

0 commit comments

Comments
 (0)