Skip to content

Commit

Permalink
Add missing change to .hpp for realtime_clock
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Dec 9, 2024
1 parent 81afa50 commit db5c65e
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 db5c65e

Please sign in to comment.