Skip to content

Commit

Permalink
pw_sync_freertos: Add missing std::optional includes
Browse files Browse the repository at this point in the history
Change-Id: Icf09da0737fe2252b22d576baed0cb3e2c459641
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/151272
Commit-Queue: Austin Foxley <afoxley@google.com>
Reviewed-by: Carlos Chinchilla <cachinchilla@google.com>
  • Loading branch information
afoxley authored and CQ Bot Account committed Jun 10, 2023
1 parent d756c69 commit d1517d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pw_sync_freertos/thread_notification_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "pw_sync/thread_notification.h"

#include <chrono>
#include <optional>

#include "FreeRTOS.h"
#include "gtest/gtest.h"
Expand Down
1 change: 1 addition & 0 deletions pw_sync_freertos/timed_thread_notification.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "pw_sync/timed_thread_notification.h"

#include <algorithm>
#include <optional>

#include "FreeRTOS.h"
#include "pw_assert/check.h"
Expand Down
1 change: 1 addition & 0 deletions pw_sync_freertos/timed_thread_notification_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "pw_sync/timed_thread_notification.h"

#include <chrono>
#include <optional>

#include "FreeRTOS.h"
#include "gtest/gtest.h"
Expand Down

0 comments on commit d1517d6

Please sign in to comment.