summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h')
-rw-r--r--clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h b/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
index aa42c658708..5811d2c352d 100644
--- a/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
+++ b/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
@@ -17,7 +17,7 @@
#define CLANG_MODERNIZE_INCLUDEEXCLUDEINFO_H
#include "llvm/ADT/StringRef.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
#include <vector>
/// \brief Class encapsulating the handling of include and exclude paths
OpenPOWER on IntegriCloud