Add a #include <cassert>, since this file use assert.

llvm-svn: 54003
This commit is contained in:
Dan Gohman 2008-07-25 00:44:19 +00:00
parent 11a4531b1b
commit 3ede9e57a2

View File

@ -14,6 +14,7 @@
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
#include <cassert>
#include <vector>
namespace llvm {