Commit 91a001f0 authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Facebook Github Bot

folly: fix some missing standard library includes

Reviewed By: igorsugak

Differential Revision: D8653359

fbshipit-source-id: 5bb33792aa96a0ed7f88a672100955f366c568da
parent 8bb0e678
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <cerrno> #include <cerrno>
#include <string> #include <string>
#include <system_error> #include <system_error>
#include <vector>
#include <folly/detail/FileUtilDetail.h> #include <folly/detail/FileUtilDetail.h>
#include <folly/portability/Fcntl.h> #include <folly/portability/Fcntl.h>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#pragma once #pragma once
#include <cstddef>
#include <type_traits> #include <type_traits>
namespace folly { namespace detail { namespace folly { namespace detail {
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <cstddef> #include <cstddef>
#include <cstring> #include <cstring>
#include <iosfwd> #include <iosfwd>
#include <iterator>
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#pragma once #pragma once
#include <cstddef> #include <cstddef>
#include <cstdlib>
#include <functional> #include <functional>
#include <new> #include <new>
#include <type_traits> #include <type_traits>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#pragma once #pragma once
#include <algorithm>
#include <cerrno> #include <cerrno>
#include <folly/portability/SysUio.h> #include <folly/portability/SysUio.h>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#pragma once #pragma once
#include <algorithm>
#include <atomic> #include <atomic>
#include <chrono> #include <chrono>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment