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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-25 05:59:50 +00:00
parent 32fe1035a7
commit 32cdb6617e

View File

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