Skip to content

Commit

Permalink
Add missing #includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Oct 26, 2023
1 parent 61e66b4 commit 63a1fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asio/include/asio/experimental/impl/promise.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "asio/detail/config.hpp"
#include "asio/cancellation_signal.hpp"
#include "asio/detail/utility.hpp"
#include "asio/error.hpp"
#include "asio/system_error.hpp"
#include <tuple>

#include "asio/detail/push_options.hpp"
Expand Down
1 change: 1 addition & 0 deletions asio/src/tests/unit/experimental/coro/allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// Test that header file is self-contained.
#include "asio/experimental/coro.hpp"

#include <vector>
#include "asio/io_context.hpp"
#include "../../unit_test.hpp"

Expand Down

0 comments on commit 63a1fbf

Please sign in to comment.