Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Dec 11, 2024
1 parent ffa87a5 commit 4181604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ecal/core/src/service/ecal_clientgate.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,17 @@

#include "ecal_def.h"
#include "serialization/ecal_struct_sample_registration.h"
#include "util/ecal_expmap.h"

#include <ecal/ecal_callback.h>

#include <atomic>
#include <functional>
#include <map>
#include <set>
#include <shared_mutex>
#include <string>
#include <vector>

namespace eCAL
{
// deprecated >>>
class CServiceClientImpl;
// deprecated <<<

class CServiceClientImpl;

class CClientGate
Expand Down
4 changes: 3 additions & 1 deletion ecal/core/src/service/ecal_servicegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
#include "serialization/ecal_struct_sample_registration.h"

#include <atomic>
#include <functional>
#include <map>
#include <shared_mutex>
#include <set>
#include <string>

namespace eCAL
{
Expand Down

0 comments on commit 4181604

Please sign in to comment.