From 32ea67a1eb483a767ecb15457b47f238c14d7444 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Tue, 16 Jan 2024 05:55:59 -0800 Subject: [PATCH] Added missing include Signed-off-by: Nate Koenig --- include/gz/launch/Plugin.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gz/launch/Plugin.hh b/include/gz/launch/Plugin.hh index f1611e07..eef2927f 100644 --- a/include/gz/launch/Plugin.hh +++ b/include/gz/launch/Plugin.hh @@ -20,6 +20,7 @@ #include #include #include +#include namespace ignition {