Skip to content

Commit

Permalink
Add missing include for reference_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 24, 2023
1 parent ccee79c commit 7adf3ab
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
#define JOINT_TRAJECTORY_CONTROLLER__JOINT_TRAJECTORY_CONTROLLER_HPP_

#include <chrono>
#include <functional> // for std::reference_wrapper
#include <memory>
#include <string>
#include <vector>
Expand Down

0 comments on commit 7adf3ab

Please sign in to comment.