Add missing <atomic> include to PassRegistry.h

llvm-svn: 231277
This commit is contained in:
Reid Kleckner 2015-03-04 19:06:17 +00:00
parent 8c38b8b873
commit 107f9e6fcd
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "llvm/PassInfo.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/RWMutex.h"
#include <atomic>
#include <vector>
namespace llvm {