Skip to content

Commit 3f40812

Browse files
HassanElDesoukyxedin
authored andcommitted
[tools] [unittests] Add missing include headers
1 parent b17dd27 commit 3f40812

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "llvm/Support/Path.h"
2626
#include "llvm/Support/raw_ostream.h"
2727
#include <cstdlib>
28+
#include <string>
29+
#include <system_error>
2830

2931
static constexpr const char *const diagnosticID[] = {
3032
#define DIAG(KIND, ID, Options, Text, Signature) #ID,

unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "llvm/Support/raw_ostream.h"
2121
#include "gtest/gtest.h"
2222
#include <random>
23+
#include <string>
2324

2425
using namespace swift;
2526
using namespace swift::diag;

0 commit comments

Comments
 (0)