Add explicit #includes for used isl features

llvm-svn: 236931
This commit is contained in:
Tobias Grosser 2015-05-09 09:36:38 +00:00
parent ba0d09227c
commit cd524dc51d
6 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "polly/CodeGen/LoopGenerators.h"
#include "llvm/Analysis/ScalarEvolutionExpander.h"
#include "isl/ctx.h"
#include "isl/union_map.h"
using namespace polly;
using namespace llvm;

View File

@ -33,6 +33,8 @@
#include <isl/options.h>
#include <isl/schedule.h>
#include <isl/set.h>
#include <isl/union_map.h>
#include <isl/union_set.h>
using namespace polly;
using namespace llvm;

View File

@ -41,6 +41,7 @@
#include "isl/printer.h"
#include "isl/set.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
#include "isl/val.h"
#include <sstream>
#include <string>

View File

@ -45,6 +45,7 @@
#include "isl/map.h"
#include "isl/set.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
using namespace polly;
using namespace llvm;

View File

@ -40,6 +40,7 @@
#include "isl/map.h"
#include "isl/set.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
using namespace llvm;
using namespace polly;

View File

@ -33,6 +33,8 @@
#include "isl/schedule.h"
#include "isl/schedule_node.h"
#include "isl/space.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
using namespace llvm;
using namespace polly;