Skip to content

Commit 1f1b584

Browse files
Add condition variable include (#113) (#114)
Signed-off-by: Pablo Garrido <[email protected]> Update Signed-off-by: Pablo Garrido <[email protected]> (cherry picked from commit 07c460a) Co-authored-by: Pablo Garrido <[email protected]>
1 parent 6d2d474 commit 1f1b584

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

micro_ros_agent/include/agent/graph_manager/graph_manager.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#ifndef _UROS_AGENT_GRAPH_MANAGER_HPP
16+
#define _UROS_AGENT_GRAPH_MANAGER_HPP
17+
1518
#include "fastrtps/Domain.h"
1619
#include <fastrtps/TopicDataType.h>
1720
#include "fastrtps/attributes/ParticipantAttributes.h"
@@ -58,8 +61,7 @@
5861
#include <agent/graph_manager/graph_typesupport.hpp>
5962
#include <agent/utils/demangle.hpp>
6063

61-
#ifndef _UROS_AGENT_GRAPH_MANAGER_HPP
62-
#define _UROS_AGENT_GRAPH_MANAGER_HPP
64+
#include <condition_variable>
6365

6466
namespace uros {
6567
namespace agent {

0 commit comments

Comments
 (0)