Skip to content
Snippets Groups Projects
Commit 5367356a authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

[C++11] Add missing include.

llvm-svn: 202757
parent e556a423
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "clang/Basic/LLVM.h" #include "clang/Basic/LLVM.h"
#include "llvm/ADT/Optional.h" #include "llvm/ADT/Optional.h"
#include <string> #include <string>
#include <tuple>
namespace clang { namespace clang {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment