Commit 98d33585 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Explicitly include <atomic>

Summary: Because, rather impressively, it wasn't being included transitively by anything here when compiling on Windows.

Reviewed By: yfeldblum

Differential Revision: D9565417

fbshipit-source-id: b83fa0b121d83cbeb7ff0bd79dec506b6549385e
parent 6f2907d7
......@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <atomic>
#include <memory>
#include <thread>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment