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:
Mark Lacey
2016-07-16 12:40:26 -07:00
parent 635d6f7c3f
commit 37ec98540e
2 changed files with 5 additions and 0 deletions

View File

@@ -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;