Skip to content

Commit

Permalink
Add missing thread include
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Dec 5, 2023
1 parent 2b24f99 commit 3dae26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp_utils/test/unittest/return_code/ReturnCodeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include <algorithm>
#include <thread>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>
Expand Down
2 changes: 2 additions & 0 deletions cpp_utils/test/unittest/thread_pool/slot_thread_pool_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <thread>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

Expand Down

0 comments on commit 3dae26c

Please sign in to comment.