Skip to content

Commit

Permalink
Merge 98860c9 into c5fdef7
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig authored Mar 18, 2023
2 parents c5fdef7 + 98860c9 commit 91a4ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/ignition/launch/Plugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ namespace ignition
/// \brief Base class for launch plugins.
class Plugin
{
// Default destructor
public: virtual ~Plugin() {}

/// \brief Load function that each launch plugin must implement.
/// \param[in] _elem Pointer to the XML for this plugin.
/// \return True to keep the plugin alive. Return false to have the
Expand Down
2 changes: 2 additions & 0 deletions plugins/websocket_server/MessageDefinitions.hh.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#ifndef IGNITION_LAUNCH_WEBSOCKETSERVER_MESSAGEDEFINITIONS_HH_
#define IGNITION_LAUNCH_WEBSOCKETSERVER_MESSAGEDEFINITIONS_HH_

#include <string>

namespace ignition
{
namespace launch
Expand Down

0 comments on commit 91a4ec3

Please sign in to comment.