Include <folly/portability/Time.h> where needed
authorChristopher Dykes <cdykes@fb.com>
Mon, 30 May 2016 23:05:17 +0000 (16:05 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Mon, 30 May 2016 23:09:19 +0000 (16:09 -0700)
Summary: Diff #10 of 14

Reviewed By: mzlee

Differential Revision: D3270909

fbshipit-source-id: 2c644ca5db4ecf0387b167d2f6ecc62ddf687a56

folly/detail/Sleeper.h

index f5a12b85da9ac6c6e4acd927fdbd7bd9e6109ac9..8a9fed3b235489baf9af86635b04d9249e09567c 100644 (file)
@@ -22,9 +22,9 @@
  */
 
 #include <cinttypes>
-#include <ctime>
 
 #include <folly/portability/Asm.h>
+#include <folly/portability/Time.h>
 
 namespace folly {