Skip to content

Commit

Permalink
More missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Jan 3, 2025
1 parent e238eec commit 86d9dd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#pragma once

#include <cstdint>

#include "readwrite/tcp/config/attributes/tcp_reader_layer_attributes.h"
#include "readwrite/config/attributes/reader_attributes.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#pragma once

#include <cstdint>

#include "readwrite/udp/config/attributes/reader_udp_attributes.h"
#include "readwrite/config/attributes/reader_attributes.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

#pragma once

#include <string>
#include <cstddef>
#include <cstdint>
#include <string>

namespace eCAL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#pragma once

#include <cstdint>
#include <string>

namespace eCAL
Expand Down

0 comments on commit 86d9dd5

Please sign in to comment.