Include the correct headers in various tests
authorChristopher Dykes <cdykes@fb.com>
Sat, 2 Jul 2016 04:33:07 +0000 (21:33 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Sat, 2 Jul 2016 04:38:34 +0000 (21:38 -0700)
commita49866e66310a9940c7e262807602a170bbc93f5
tree21e06f83d74d1380d833fb39454ead64e5cb1a18
parent2604541aa15d8f739ed65546abaa821b97fa34e2
Include the correct headers in various tests

Summary: There are two types of includes this adds. The first are standard library headers that weer previously included by transitive dependencies, but aren't included under MSVC, so need to be explicitly included. The second type is a couple of portability headers.

Reviewed By: yfeldblum

Differential Revision: D3513196

fbshipit-source-id: 4f2ac1207aee887ba41c19f5490003e5fe4088f4
12 files changed:
folly/experimental/TestUtil.cpp
folly/experimental/test/TestUtilTest.cpp
folly/futures/test/CollectTest.cpp
folly/io/async/test/SocketPair.cpp
folly/io/async/test/TimeUtil.h
folly/test/AtomicLinkedListTest.cpp
folly/test/FutexTest.cpp
folly/test/MemoryIdlerTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/ThreadLocalBenchmark.cpp
folly/test/TimeseriesHistogramTest.cpp
folly/test/TimeseriesTest.cpp