From 124877d36e116d624542155f9d463c76ab80cfe5 Mon Sep 17 00:00:00 2001 From: Alex Landau Date: Tue, 28 Apr 2015 15:32:13 -0700 Subject: [PATCH] Shave off 1.3s of THeader.h compile time Summary: THeader.h went from 1.8s to 0.5s. Total build of sample project doing thrift client and server stuff went down 1.5-3% from ``` (run 1) real 5m25.059s user 130m30.853s sys 10m18.642s (run 2) real 5m29.483s user 129m12.209s sys 10m14.762s ``` to ``` (run 1) real 5m23.292s user 125m44.318s sys 10m7.103s (run 2) real 5m20.999s user 127m4.969s sys 10m10.118s ``` Test Plan: fbmake --distcc off --ccache off dbg Will also watch contbuild, since some files might be missing includes Reviewed By: haijunz@fb.com Subscribers: jmarg, anca, reachfrequency-eng@, jhunt, yanli, jgeller, chaoyc, search-fbcode-diffs@, net-systems@, zeus-diffs@, vikas, jcoens, unicorn-diffs@, ldbrandy, jteller, atlas2-eng@, everstore-dev@, leis, benj, laser-diffs@, zhguo, jying, wanghuan, jeremyfein, dbolcioni, jacekm, maxwellsayles, osmith, pallotron, fbcode-common-diffs@, davejwatson, andrewcox, marcelo, ckwalsh, mcduff, hitesh, mshneer, fugalh, alandau, bmatheny, folly-diffs@, jsedgwick, yfeldblum, haijunz, chalfant FB internal diff: D2029911 Signature: t1:2029911:1430261056:9ae688c50585a6454479f810d80b2c1c79b60e04 --- folly/wangle/rx/Observable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/wangle/rx/Observable.h b/folly/wangle/rx/Observable.h index b3f25564..95b60bfc 100644 --- a/folly/wangle/rx/Observable.h +++ b/folly/wangle/rx/Observable.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include -- 2.34.1