summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp')
-rw-r--r--clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp b/clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp
index 45e8cce6e4e..2d205745caa 100644
--- a/clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp
+++ b/clang-tools-extra/unittests/clang-modernize/UniqueHeaderNameTest.cpp
@@ -16,7 +16,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
TEST(UniqueHeaderName, testUniqueHeaderName) {
using namespace llvm::sys::path;
OpenPOWER on IntegriCloud