(wangle) Fix a couple compilation issues
authorHans Fugal <fugalh@fb.com>
Tue, 21 Oct 2014 17:24:14 +0000 (10:24 -0700)
committerdcsommer <dcsommer@fb.com>
Wed, 29 Oct 2014 23:03:16 +0000 (16:03 -0700)
commit4459989b0fe012a32faa073d8526b818f4063a85
treeee5434b088b06467773241d733c864b0a77d6515
parent831405dc6952742e29fb030d870608fab8830f1a
(wangle) Fix a couple compilation issues

Summary: If you try to include files in a weird (but not incorrect) order you get compilation errors. No longer!

Test Plan: new dummy `cpp_binary` target

Reviewed By: davejwatson@fb.com

Subscribers: trunkagent, folly-diffs@, net-systems@, fugalh, exa, njormrod

FB internal diff: D1621083
folly/wangle/Future.h
folly/wangle/Promise.h
folly/wangle/Try.h
folly/wangle/test/ClientCompile.cpp [new file with mode: 0644]