forked from OSchip/llvm-project
Add missing include to ContinuousRangeMap.h
llvm-svn: 328924
This commit is contained in:
parent
b97e3621f7
commit
caa0e6b5dd
|
@ -16,6 +16,7 @@
|
|||
#define LLVM_CLANG_SERIALIZATION_CONTINUOUSRANGEMAP_H
|
||||
|
||||
#include "clang/Basic/LLVM.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue