diff options
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r-- | lib/System/Path.cpp | 1 |
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; |