Skip to content

Commit

Permalink
Refs #20738. Fix compilation without statistics
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Apr 3, 2024
1 parent 4041064 commit 7a0c328
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#ifndef _FASTDDS_STATISTICS_MONITOR_SERVICE_CONNECTION_FWD_HPP_
#define _FASTDDS_STATISTICS_MONITOR_SERVICE_CONNECTION_FWD_HPP_

#ifdef FASTDDS_STATISTICS

namespace eprosima {
namespace fastdds {
namespace statistics {
Expand All @@ -37,6 +35,4 @@ using ConnectionList = std::vector<eprosima::fastdds::statistics::Connection>;
} // fastdds
} // eprosima

#endif // ifdef FASTDDS_STATISTICS

#endif // _FASTDDS_STATISTICS_MONITOR_SERVICE_CONNECTION_FWD_HPP_

0 comments on commit 7a0c328

Please sign in to comment.