summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Signals.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 20:00:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 20:00:56 +0000
commitf3e397eb17327423b3f8fff5eac8547c85efddb1 (patch)
tree6599027c0feadbd348bf98c1be3a924d260bddee /include/llvm/Support/Signals.h
parent715a1be51fe25a09fcc5318cd787893a8fbfc9e1 (diff)
downloadllvm-f3e397eb17327423b3f8fff5eac8547c85efddb1.tar.gz
llvm-f3e397eb17327423b3f8fff5eac8547c85efddb1.tar.bz2
llvm-f3e397eb17327423b3f8fff5eac8547c85efddb1.tar.xz
Include PathV1.h in files that use it.
This is preparation for replacing Path.h with PathV2.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Signals.h')
-rw-r--r--include/llvm/Support/Signals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h
index 465656b941..c0a489a4b8 100644
--- a/include/llvm/Support/Signals.h
+++ b/include/llvm/Support/Signals.h
@@ -16,6 +16,7 @@
#define LLVM_SUPPORT_SIGNALS_H
#include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
#include <cstdio>
namespace llvm {