Skip to content

Commit

Permalink
Fix header includes for <cstdint> and <string>
Browse files Browse the repository at this point in the history
  • Loading branch information
carlatcrown authored and lenpuc committed Jun 19, 2024
1 parent fdcb4ce commit 1b934cc
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_APPLICATIONNAME_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_APPLICATIONNAME_H

#include <cstdint>
#include <iostream>
#include <string>


namespace sick {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_CONFIGMETADATA_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_CONFIGMETADATA_H

#include <cstdint>
#include <iostream>
#include <string>
#include <vector>


Expand Down
2 changes: 2 additions & 0 deletions include/sick_safetyscanners_base/datastructure/DeviceStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_DEVICESTATUS_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_DEVICESTATUS_H

#include <cstdint>
#include <iostream>
#include <string>


namespace sick {
Expand Down
2 changes: 2 additions & 0 deletions include/sick_safetyscanners_base/datastructure/FieldData.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_FIELDDATA_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_FIELDDATA_H

#include <cstdint>
#include <iostream>
#include <string>
#include <vector>

namespace sick {
Expand Down
2 changes: 2 additions & 0 deletions include/sick_safetyscanners_base/datastructure/FieldSets.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_FIELDSETS_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_FIELDSETS_H

#include <cstdint>
#include <iostream>
#include <string>
#include <vector>

namespace sick {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_MONITORINGCASEDATA_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_MONITORINGCASEDATA_H

#include <cstdint>
#include <iostream>
#include <string>
#include <vector>

namespace sick {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_STATUSOVERVIEW_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_STATUSOVERVIEW_H

#include <cstdint>
#include <iostream>
#include <string>


namespace sick {
Expand Down
3 changes: 3 additions & 0 deletions include/sick_safetyscanners_base/datastructure/TypeCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_TYPECODE_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_TYPECODE_H

#include <cstdint>
#include <iostream>
#include <string>


namespace sick {
namespace datastructure {
Expand Down
2 changes: 2 additions & 0 deletions include/sick_safetyscanners_base/datastructure/UserName.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#ifndef SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_USERNAME_H
#define SICK_SAFETYSCANNERS_BASE_DATASTRUCTURE_USERNAME_H

#include <cstdint>
#include <iostream>
#include <string>


namespace sick {
Expand Down

0 comments on commit 1b934cc

Please sign in to comment.