Skip to content

Commit

Permalink
Add missing #include
Browse files Browse the repository at this point in the history
Again, caught by the modules build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300346 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sanjoy committed Apr 14, 2017
1 parent 0e9e7d5 commit 2eb84fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/Analysis/ScalarEvolutionNormalization.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"

namespace llvm {

Expand Down

0 comments on commit 2eb84fd

Please sign in to comment.