From d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 29 Apr 2014 23:26:49 +0000 Subject: raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. llvm-svn: 207593 --- llvm/unittests/LineEditor/LineEditor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/unittests/LineEditor') diff --git a/llvm/unittests/LineEditor/LineEditor.cpp b/llvm/unittests/LineEditor/LineEditor.cpp index cb115bd7ded..26053c0ede2 100644 --- a/llvm/unittests/LineEditor/LineEditor.cpp +++ b/llvm/unittests/LineEditor/LineEditor.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "llvm/LineEditor/LineEditor.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" #include "gtest/gtest.h" -- cgit v1.2.3