From f55aecb615d6d72680b55ba1d389c5865b25d26f 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 . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239804 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 262d27260ce..210b3a04cb2 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -16,7 +16,7 @@ #include "gtest/gtest.h" #ifdef LLVM_ON_WIN32 -#include +#include #include #endif -- 2.34.1