Add missing #include for STLExtras

Looks like earlier I was relying on #include ordering in files that
used ScalarEvolutionNormalization.h.

Found thanks to the selfhost modules buildbot!

llvm-svn: 300336
This commit is contained in:
Sanjoy Das 2017-04-14 16:28:12 +00:00
parent f928e24d2a
commit e32214b08c
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define LLVM_ANALYSIS_SCALAREVOLUTIONNORMALIZATION_H
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/STLExtras.h"
namespace llvm {