From b94f05221c23d1385fd128e240fce1f59682a92d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 16 Jun 2015 06:46:16 +0000 Subject: [PATCH] llvm/unittests/Support/Path.cpp: Use instead of . llvm-svn: 239804 --- llvm/unittests/Support/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 262d27260ce4..210b3a04cb21 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp @@ -16,7 +16,7 @@ #include "gtest/gtest.h" #ifdef LLVM_ON_WIN32 -#include +#include #include #endif