Skip to content

Commit

Permalink
Add missing change to .hpp for realtime_clock (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Dec 11, 2024
1 parent e74a882 commit be039a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realtime_clock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Author: Wim Meeussen
*/

#include "realtime_tools/realtime_clock.h"
#include "realtime_tools/realtime_clock.hpp"

#include <chrono>

Expand Down

0 comments on commit be039a0

Please sign in to comment.