Commit 1f5e574d authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Include atomic in SingletonTestStructs.cpp

Summary: This was relying on it being transitively included by system headers, which isn't the case under MSVC.

Reviewed By: yfeldblum

Differential Revision: D4199882

fbshipit-source-id: c25dc1e86687e19851923a1a660a91bcf63f0e6d
parent 4bd573d6
......@@ -16,6 +16,8 @@
#include <folly/test/SingletonTestStructs.h>
#include <atomic>
namespace {
// A simple class that tracks how often instances of the class and
// subclasses are created, and the ordering. Also tracks a global
......
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