mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2143b6247
commit
3b8b2ca3a8
@ -16,12 +16,11 @@
|
||||
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/System/DataTypes.h"
|
||||
#include <map>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class StringRef;
|
||||
|
||||
/// This class provides a symbol table of name/type pairs with operations to
|
||||
/// support constructing, searching and iterating over the symbol table. The
|
||||
/// class derives from AbstractTypeUser so that the contents of the symbol
|
||||
|
Loading…
Reference in New Issue
Block a user