Skip to content

Commit

Permalink
use include
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig committed Jan 16, 2024
1 parent 32ea67a commit db2b78f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/faulty_plugins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <gtest/gtest.h>
#include <gtest/gtest-death-test.h>

#include <gz/launch/config.hh>
#include "Manager.hh"

std::string getConfig(const std::string &_pluginName)
Expand All @@ -32,7 +33,7 @@ std::string getConfig(const std::string &_pluginName)

bool runConfig(const std::string &_config)
{
ignition::launch::Manager mgr;
gz::launch::Manager mgr;
return mgr.RunConfig(_config);
}

Expand Down

0 comments on commit db2b78f

Please sign in to comment.