More build fixes.

llvm-svn: 183785
This commit is contained in:
Rafael Espindola 2013-06-11 20:24:32 +00:00
parent f5efb087d3
commit 9c0a584c35
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "Core/IncludeExcludeInfo.h"
#include "gtest/gtest.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PathV1.h"
#include <fstream>
TEST(IncludeExcludeTest, ParseString) {

View File

@ -4,6 +4,7 @@
#include "clang/AST/DeclGroup.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PathV1.h"
using namespace clang;