Make sure to #include <atomic> for the std::atomic<bool> that was recently added.
authorGreg Clayton <gclayton@apple.com>
Fri, 26 Feb 2016 19:41:49 +0000 (19:41 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 26 Feb 2016 19:41:49 +0000 (19:41 +0000)
commit5cc45e0122f014fd90dd77ac2d1d379952016020
tree6bc762afaa49ce5eda78d7908d0cb1d3e1894985
parent51fa0a87c3e6e5af33ad34b4e554fbf18a97ef56
Make sure to #include <atomic> for the std::atomic<bool> that was recently added.

llvm-svn: 262055
lldb/source/Target/Process.cpp