Add missing header <atomic> in lib/IR/Verifier.cpp (NFC)

Fix the build on some platform.
This commit is contained in:
Mehdi Amini 2021-06-08 17:08:30 +00:00
parent 1dba2a0269
commit 30bb5dcb0a
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#include "llvm/Support/Parallel.h"
#include "llvm/Support/PrettyStackTrace.h"
#include <atomic>
using namespace mlir;
namespace {