Skip to content

Commit

Permalink
Add missing stdexcept include (#2186)
Browse files Browse the repository at this point in the history
Signed-off-by: Øystein Sture <os@skarvtech.com>
  • Loading branch information
oysstu authored May 4, 2023
1 parent b812790 commit 86c7714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/include/rclcpp/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <unordered_set>
#include <utility>
#include <vector>
#include <stdexcept>

#include "rcl/context.h"
#include "rcl/guard_condition.h"
Expand Down
1 change: 1 addition & 0 deletions rclcpp/src/rclcpp/logging_mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <memory>
#include <mutex>
#include <stdexcept>

#include "rcutils/macros.h"

Expand Down

0 comments on commit 86c7714

Please sign in to comment.