diff options
-rw-r--r-- | src/hvac-can-helper.hpp | 1 | ||||
-rw-r--r-- | src/hvac-led-helper.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/hvac-can-helper.hpp b/src/hvac-can-helper.hpp index 3005d6b..4175e6b 100644 --- a/src/hvac-can-helper.hpp +++ b/src/hvac-can-helper.hpp @@ -3,6 +3,7 @@ #ifndef _HVAC_CAN_HELPER_HPP #define _HVAC_CAN_HELPER_HPP +#include <cstdint> #include <string> #include <linux/can.h> diff --git a/src/hvac-led-helper.hpp b/src/hvac-led-helper.hpp index 8fe41f7..6f73aac 100644 --- a/src/hvac-led-helper.hpp +++ b/src/hvac-led-helper.hpp @@ -3,6 +3,7 @@ #ifndef _HVAC_LED_HELPER_HPP #define _HVAC_LED_HELPER_HPP +#include <cstdint> #include <string> #include <iostream> #include <fstream> |