OSDN Git Service

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 b39a442..b73ad95 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/Analysis/ScalarEvolutionExpressions.h"
 
 namespace llvm {