Skip to content

Commit

Permalink
Merge pull request ros-industrial#99 from jontje/add_missing_includes
Browse files Browse the repository at this point in the history
Added missing includes
  • Loading branch information
jontje authored Jun 1, 2020
2 parents 176970e + 9a9cb75 commit 8424448
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/abb_libegm/egm_base_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#include <boost/thread.hpp>

#include "abb_libegm_export.h"

#include "egm.pb.h" // Generated by Google Protocol Buffer compiler protoc
#include "egm_wrapper.pb.h" // Generated by Google Protocol Buffer compiler protoc

Expand Down
2 changes: 2 additions & 0 deletions include/abb_libegm/egm_common_auxiliary.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#ifndef EGM_COMMON_AUXILIARY_H
#define EGM_COMMON_AUXILIARY_H

#include "abb_libegm_export.h"

#include "egm.pb.h" // Generated by Google Protocol Buffer compiler protoc
#include "egm_wrapper.pb.h" // Generated by Google Protocol Buffer compiler protoc

Expand Down
2 changes: 2 additions & 0 deletions include/abb_libegm/egm_interpolator.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#include <boost/array.hpp>

#include "abb_libegm_export.h"

#include "egm_wrapper_trajectory.pb.h" // Generated by Google Protocol Buffer compiler protoc

#include "egm_common.h"
Expand Down
2 changes: 2 additions & 0 deletions include/abb_libegm/egm_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#include <fstream>

#include "abb_libegm_export.h"

#include "egm_wrapper.pb.h" // Generated by Google Protocol Buffer compiler protoc

namespace abb
Expand Down
2 changes: 2 additions & 0 deletions include/abb_libegm/egm_trajectory_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#include <queue>

#include "abb_libegm_export.h"

#include "egm_wrapper_trajectory.pb.h" // Generated by Google Protocol Buffer compiler protoc

#include "egm_base_interface.h"
Expand Down

0 comments on commit 8424448

Please sign in to comment.