Add TLS 1.2+ version for contexts
[folly.git] / folly / io / async / TimeoutManager.h
index 94128e32ac0e6d849bf7cf651cc4538d14b5c109..f331f08f31a2dc417759e75b7c0de39d03c43e09 100644 (file)
@@ -17,7 +17,7 @@
 #pragma once
 
 #include <chrono>
-#include <stdint.h>
+#include <cstdint>
 
 #include <folly/Function.h>
 
@@ -103,4 +103,4 @@ class TimeoutManager {
   std::unique_ptr<CobTimeouts> cobTimeouts_;
 };
 
-} // folly
+} // namespace folly