Fix breakage on platforms where string/cassert don't pull in int64_t.

llvm-svn: 28464
This commit is contained in:
Chris Lattner 2006-05-25 05:59:50 +00:00
parent bb17ad5ffa
commit 819480fcb2

View File

@ -33,6 +33,7 @@
#include <string>
#include <cassert>
#include "llvm/Support/DataTypes.h"
namespace llvm {
class SlowOperationInformer {