Blob Blame History Raw
From 1686da35135163c635adf8f6bc618228f9ed7abd Mon Sep 17 00:00:00 2001
From: Steve Peters <scpeters@openrobotics.org>
Date: Wed, 25 Jan 2023 23:42:07 -0800
Subject: [PATCH] msgs.cc: add missing <array> include

Fixes homebrew build.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
---
 gazebo/msgs/msgs.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gazebo/msgs/msgs.cc b/gazebo/msgs/msgs.cc
index 7eaa66d56c..6fc83841df 100644
--- a/gazebo/msgs/msgs.cc
+++ b/gazebo/msgs/msgs.cc
@@ -17,6 +17,7 @@
 
 #include <google/protobuf/descriptor.h>
 #include <algorithm>
+#include <array>
 #include <ignition/math/MassMatrix3.hh>
 #include <ignition/math/Rand.hh>