diff options
| author | David Blaikie <dblaikie@gmail.com> | 2017-11-03 20:24:19 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2017-11-03 20:24:19 +0000 |
| commit | 526f30b8aac7fdbfad1a23d77bbb3ba9af800c60 (patch) | |
| tree | 4e431f4646c056cef0bc72242de128f750711293 /llvm/lib/Bitcode | |
| parent | 72f6563bb39fa2cb3bfe3c9d278bd07e99a502e2 (diff) | |
| download | bcm5719-llvm-526f30b8aac7fdbfad1a23d77bbb3ba9af800c60.tar.gz bcm5719-llvm-526f30b8aac7fdbfad1a23d77bbb3ba9af800c60.zip | |
Modularize: Include some required headers
DenseMaps require the definition of a type to be available when using a
pointer to that type as a key to know how many bits are available for
tombstone/etc.
llvm-svn: 317360
Diffstat (limited to 'llvm/lib/Bitcode')
| -rw-r--r-- | llvm/lib/Bitcode/Writer/ValueEnumerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.h b/llvm/lib/Bitcode/Writer/ValueEnumerator.h index 730187087dc..011356c3260 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.h +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.h @@ -18,6 +18,8 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/UniqueVector.h" #include "llvm/IR/Attributes.h" +#include "llvm/IR/Metadata.h" +#include "llvm/IR/Type.h" #include "llvm/IR/UseListOrder.h" #include <cassert> #include <cstdint> |

