mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix Linux build break on master-next.
We need to include the standard library headers that provide the declarations for the functionality being used.
This commit is contained in:
@@ -32,8 +32,12 @@
|
||||
#include "clang/Lex/Lexer.h"
|
||||
#include "clang/Lex/MacroInfo.h"
|
||||
#include "clang/Lex/Preprocessor.h"
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
using namespace swift;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user