Fix a build failure on Vladimir's tester.
authorChris Lattner <sabre@nondot.org>
Tue, 18 Apr 2006 00:21:25 +0000 (00:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Apr 2006 00:21:25 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27785 91177308-0d34-0410-b5e6-96231b3b80d8

utils/PerfectShuffle/PerfectShuffle.cpp

index b19dd0d39ace4c34f7febb0e10bf40007dc3dda0..386b05d43ce543d296093af84711a03d5f2e615b 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <iostream>
 #include <vector>
+#include <cassert>
 
 struct Operator;