mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-11 06:56:40 +00:00
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a98382e18
commit
6e68f3381d
@ -37,6 +37,7 @@
|
||||
#define LLVM_ANALYSIS_SCALAREVOLUTIONNORMALIZATION_H
|
||||
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user