Skip to content

Commit

Permalink
Fix missing cstdint include in headers that use uint16_t and uint32_t…
Browse files Browse the repository at this point in the history
… types (#957)
  • Loading branch information
traversaro authored Apr 28, 2024
1 parent 3cbac46 commit 129a482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/icubmod/embObjLib/diagnosticInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifndef __diagnosticInfo_h__
#define __diagnosticInfo_h__

#include <cstdint>
#include <string>


Expand Down
1 change: 1 addition & 0 deletions src/libraries/icubmod/embObjLib/ethParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#ifndef _ETHPARSER_H_
#define _ETHPARSER_H_

#include <cstdint>
#include <string>

#include "EoProtocol.h"
Expand Down

0 comments on commit 129a482

Please sign in to comment.