Skip to content

Commit

Permalink
Add missing <atomic> include to appease MSVC builds.
Browse files Browse the repository at this point in the history
llvm-svn: 365914
  • Loading branch information
RKSimon committed Jul 12, 2019
1 parent d9963b6 commit f72fd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/PrettyStackTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "llvm/Support/Watchdog.h"
#include "llvm/Support/raw_ostream.h"

#include <atomic>
#include <cstdarg>
#include <cstdio>
#include <tuple>
Expand Down

0 comments on commit f72fd0f

Please sign in to comment.