]> granicus.if.org Git - llvm/commitdiff
Add missing #include
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 14 Apr 2017 17:25:23 +0000 (17:25 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 14 Apr 2017 17:25:23 +0000 (17:25 +0000)
Again, caught by the modules build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300346 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolutionNormalization.h

index b39a44212799e6e32db0b6f3a4ef9803401c3c70..b73ad95278a00a211878bd3109cae6e93fa4811a 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/Analysis/ScalarEvolutionExpressions.h"
 
 namespace llvm {