Add missing include.
[oota-llvm.git] / lib / System / Path.cpp
index d58275944c563357101df90b22fb772e0c16bbd1..a530f28273f9b7c7ac7d16015c9da3a6a7a8a405 100644 (file)
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/System/Path.h"
+#include <cassert>
 
 namespace llvm {
 using namespace sys;