mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add missing <atomic> include to appease MSVC builds.
llvm-svn: 365914
This commit is contained in:
parent
094f90bc65
commit
ff5c1896b1
@ -21,6 +21,7 @@
|
||||
#include "llvm/Support/Watchdog.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <tuple>
|
||||
|
Loading…
Reference in New Issue
Block a user