From 7259f14839ab7a61f2af6e897005585b1ea4a3d4 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207593 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/LineEditor/LineEditor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests') diff --git a/unittests/LineEditor/LineEditor.cpp b/unittests/LineEditor/LineEditor.cpp index cb115bd7de..26053c0ede 100644 --- a/unittests/LineEditor/LineEditor.cpp +++ b/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