Skip to content

Commit 8f235cb

Browse files
authored
Added missing includes (#672)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 380e045 commit 8f235cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/gz/common/Battery.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef GZ_COMMON_BATTERY_HH_
1818
#define GZ_COMMON_BATTERY_HH_
1919

20+
#include <cstdint>
2021
#include <functional>
2122
#include <map>
2223
#include <memory>

profiler/include/gz/common/Profiler.hh

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

21+
#include <cstdint>
2122
#include <memory>
2223
#include <string>
2324

0 commit comments

Comments
 (0)