Skip to content

Commit

Permalink
Fix compile time warning (#297)
Browse files Browse the repository at this point in the history
* Updated include header in Sensors_TEST.cc
Signed-off-by: Aditya <[email protected]>
  • Loading branch information
adityapande-1995 authored Dec 5, 2022
1 parent c455a36 commit 3ab9083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sensor_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#pragma warning(disable: 4005)
#pragma warning(disable: 4251)
#endif
#include <ignition/msgs/performance_sensor_metrics.pb.h>
#include <gz/msgs/performance_sensor_metrics.pb.h>
#if defined(_MSC_VER)
#pragma warning(pop)
#endif
Expand Down

0 comments on commit 3ab9083

Please sign in to comment.