Skip to content

Commit 82a2534

Browse files
authored
Merge pull request #8928 from huonw/emit-loaded-module-trace
[JSONSerialization] needs <vector>.
2 parents c170f07 + 48fb573 commit 82a2534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/Basic/JSONSerialization.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#include "llvm/Support/Regex.h"
2828
#include "llvm/Support/raw_ostream.h"
2929

30+
#include <vector>
31+
3032
namespace swift {
3133
namespace json {
3234

0 commit comments

Comments
 (0)