1
0
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:
Simon Pilgrim 2019-07-12 16:16:23 +00:00
parent 094f90bc65
commit ff5c1896b1

View File

@ -21,6 +21,7 @@
#include "llvm/Support/Watchdog.h"
#include "llvm/Support/raw_ostream.h"
#include <atomic>
#include <cstdarg>
#include <cstdio>
#include <tuple>