]> granicus.if.org Git - clang/commitdiff
This fixes a VC++ build failure.
authorSteve Naroff <snaroff@apple.com>
Sat, 24 May 2008 00:16:40 +0000 (00:16 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 24 May 2008 00:16:40 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51528 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Rewrite/RewriteRope.h

index c62f684a097a1d87d488ffbaa2bf26dff58de119..00e59096a4c0a8305d0bdec5aa3471bfe2caa6e7 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/ADT/iterator"
 #include <cstring>
+#include <cassert>
 
 namespace clang {
   //===--------------------------------------------------------------------===//