Add missing forward declaration [NFC]

llvm-svn: 231326
This commit is contained in:
Johannes Doerfert 2015-03-05 00:40:07 +00:00
parent f3761c36f2
commit 6745822fd1
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace llvm {
class raw_ostream;
}
struct isl_pw_aff;
struct isl_ast_node;
struct isl_ast_expr;
struct isl_ast_build;