Skip to content

Commit

Permalink
Merge 579768e into dcb737f
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 7, 2023
2 parents dcb737f + 579768e commit 0f5a4d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/gz/transport/TopicStatistics.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,24 @@

#include <gz/msgs/statistic.pb.h>

#include <algorithm>
#include <limits>
#include <memory>
#include <string>
#include "gz/transport/config.hh"
#include "gz/transport/Export.hh"

#ifdef _WIN32
#ifndef NOMINMAX
#define NOMINMAX
#endif
#ifdef min
#undef min
#undef max
#endif
#include <windows.h>
#endif

namespace ignition
{
namespace transport
Expand Down

0 comments on commit 0f5a4d7

Please sign in to comment.