Skip to content

Commit

Permalink
Add missing include diagnosed by the modules build.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Jan 25, 2022
1 parent e37de5d commit 37ef303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Support/AllocatorBase.h
Expand Up @@ -21,6 +21,7 @@

#include "llvm/Support/Compiler.h"
#include "llvm/Support/MemAlloc.h"
#include <type_traits>

namespace llvm {

Expand Down

0 comments on commit 37ef303

Please sign in to comment.