Commit 448228ba authored by Laurent Stacul's avatar Laurent Stacul Committed by Facebook GitHub Bot

Fix compilation error folly/concurrency/test/AtomicSharedPtrTest.cpp (#1464)

Summary:
Hello,
It seems it is a missing include.
Regards,
Laurent

Pull Request resolved: https://github.com/facebook/folly/pull/1464

Reviewed By: yfeldblum

Differential Revision: D25730356

Pulled By: Orvid

fbshipit-source-id: 61faa2fdc161450909de6678c1bb8aa331260f64
parent c635d5ee
......@@ -27,6 +27,7 @@
#include <thread>
#include <folly/concurrency/AtomicSharedPtr.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>
#include <folly/test/DeterministicSchedule.h>
......
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