Skip to content

Commit

Permalink
add iomanip (#2270)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2270

ci complains

Reviewed By: yfeldblum

Differential Revision: D60598693

fbshipit-source-id: a89b7dc64502d0ec620094db37f0a10cbfb27ab3
  • Loading branch information
DenisYaroshevskiy authored and facebook-github-bot committed Aug 2, 2024
1 parent 09c0751 commit 558f312
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <folly/experimental/FlatCombiningPriorityQueue.h>

#include <condition_variable>
#include <iomanip>
#include <mutex>
#include <queue>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

#include <iomanip>
#include <thread>

#include <boost/thread.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <glog/logging.h>

#include <atomic>
#include <iomanip>
#include <thread>

DEFINE_bool(bench, false, "run benchmark");
Expand Down
1 change: 1 addition & 0 deletions folly/concurrency/test/DynamicBoundedQueueTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <glog/logging.h>

#include <atomic>
#include <iomanip>
#include <thread>

DEFINE_bool(bench, false, "run benchmark");
Expand Down
1 change: 1 addition & 0 deletions folly/concurrency/test/UnboundedQueueTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <glog/logging.h>

#include <atomic>
#include <iomanip>
#include <thread>

DEFINE_bool(bench, false, "run benchmark");
Expand Down

0 comments on commit 558f312

Please sign in to comment.