Missing guards for FOLLY_TLS in test
authorMichael Lee <mzlee@fb.com>
Tue, 15 Mar 2016 01:54:37 +0000 (18:54 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Tue, 15 Mar 2016 02:05:22 +0000 (19:05 -0700)
commitf4a80a41dfe13820e810d539b5c97d0360680f40
tree1e5367aef5c3f5510fda932aba18a6ad174ad978
parentb1e0c2c8be1d8355617929df0acf618af30dc09c
Missing guards for FOLLY_TLS in test

Summary:defined(FOLLY_TLS) is guarded once in the test, so we should
guard for it throughout.  Also a missing header for some platforms.

Reviewed By: yfeldblum

Differential Revision: D3049797

fb-gh-sync-id: 5d66c71dda94c57a2e50aee96d55be1c574bf921
shipit-source-id: 5d66c71dda94c57a2e50aee96d55be1c574bf921
folly/test/ApplyTupleTest.cpp
folly/test/CacheLocalityTest.cpp