Fix breakage on platforms where string/cassert don't pull in int64_t.
authorChris Lattner <sabre@nondot.org>
Thu, 25 May 2006 05:59:50 +0000 (05:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 May 2006 05:59:50 +0000 (05:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28464 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/SlowOperationInformer.h

index 80ece41834f843799e652f2c230d03c02e3d8069..da6bcbbc61841b06052d09a3302c856bb8cd68e6 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <string>
 #include <cassert>
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
   class SlowOperationInformer {