aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-11-14 22:37:42 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-11-14 22:37:42 +0000
commit98bc8ed49be09c282e2f0f679fcce382f62390dc (patch)
treed341a9f68ec09b450734b16cfa2125050a14da42 /lib/System/Path.cpp
parent227b6d00dd1faee07c921c7e2256e0fca737d2e5 (diff)
Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r--lib/System/Path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index d58275944c..a530f28273 100644
--- a/lib/System/Path.cpp
+++ b/lib/System/Path.cpp
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/System/Path.h"
+#include <cassert>
namespace llvm {
using namespace sys;