Add missing header

This commit is contained in:
Philippe Canal 2013-11-18 22:27:52 -06:00 committed by sftnight
parent c423ae3bc8
commit 3daaffb035

View File

@ -12,6 +12,8 @@
#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/SmallVector.h"
#include <iostream> #include <iostream>
#include <cstdio>
#include <string>
void printScope(const clang::DeclContext *ctxt) { void printScope(const clang::DeclContext *ctxt) {
// llvm::raw_string_ostream OS(S); // llvm::raw_string_ostream OS(S);