Skip to content

Commit d2dda0f

Browse files
mergify[bot]Mario-DLcferreiragonz
authored
Address some compilation warnings with GCC latest (#5796) (#5802)
* Refs #23110: Add cstdint header for uint8_t * Refs #23110: Remove unused using * Refs #23110: Add missing cstdint to more headers --------- Signed-off-by: Mario Dominguez <[email protected]> Signed-off-by: cferreiragonz <[email protected]> Signed-off-by: Eugenio Collado <[email protected]> Co-authored-by: Mario Domínguez López <[email protected]> Co-authored-by: cferreiragonz <[email protected]>
1 parent 898ee97 commit d2dda0f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterCompoundCondition.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERCOMPOUNDCONDITION_HPP_
2020
#define _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERCOMPOUNDCONDITION_HPP_
2121

22+
#include <cstdint>
2223
#include <memory>
2324

2425
#include "DDSFilterCondition.hpp"

src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterPredicate.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERPREDICATE_HPP_
2020
#define _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERPREDICATE_HPP_
2121

22+
#include <cstdint>
2223
#include <memory>
2324

2425
#include "DDSFilterCondition.hpp"

src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterValue.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERVALUE_HPP_
2020
#define _FASTDDS_TOPIC_DDSSQLFILTER_DDSFILTERVALUE_HPP_
2121

22+
#include <cstdint>
2223
#include <memory>
2324
#include <regex>
2425

0 commit comments

Comments
 (0)