From 8ff77a2a5444986e63f0a360ab2fb818db8e26cf Mon Sep 17 00:00:00 2001 From: methylDragon Date: Fri, 12 Aug 2022 14:45:55 -0700 Subject: [PATCH] Fix config paths Signed-off-by: methylDragon --- include/gz/launch.hh | 2 +- include/gz/launch/Export.hh | 2 +- include/gz/launch/Plugin.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gz/launch.hh b/include/gz/launch.hh index d7c9bd68..6a24342b 100644 --- a/include/gz/launch.hh +++ b/include/gz/launch.hh @@ -16,4 +16,4 @@ */ #include -#include +#include diff --git a/include/gz/launch/Export.hh b/include/gz/launch/Export.hh index f4110aaf..7c3d54c8 100644 --- a/include/gz/launch/Export.hh +++ b/include/gz/launch/Export.hh @@ -16,4 +16,4 @@ */ #include -#include +#include diff --git a/include/gz/launch/Plugin.hh b/include/gz/launch/Plugin.hh index de3bcc57..594f4d77 100644 --- a/include/gz/launch/Plugin.hh +++ b/include/gz/launch/Plugin.hh @@ -16,4 +16,4 @@ */ #include -#include +#include