forked from OSchip/llvm-project
Add missing <atomic> include to PassRegistry.h
llvm-svn: 231277
This commit is contained in:
parent
8c38b8b873
commit
107f9e6fcd
|
@ -25,6 +25,7 @@
|
|||
#include "llvm/PassInfo.h"
|
||||
#include "llvm/Support/CBindingWrapping.h"
|
||||
#include "llvm/Support/RWMutex.h"
|
||||
#include <atomic>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue