b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | From 19fe46ecb796c0d30d66dd7e7038fd7f2d6f9bf4 Mon Sep 17 00:00:00 2001 |
| 2 | From: Florian Lindner <florian.lindner@student.tuwien.ac.at> |
| 3 | Date: Thu, 8 Jun 2023 16:55:34 +0200 |
| 4 | Subject: [PATCH] bindings: include <cstdint> in key.hpp for uint8_t |
| 5 | |
| 6 | --- |
| 7 | src/bindings/cpp/include/key.hpp | 1 + |
| 8 | 1 file changed, 1 insertion(+) |
| 9 | |
| 10 | --- a/src/bindings/cpp/include/key.hpp |
| 11 | +++ b/src/bindings/cpp/include/key.hpp |
| 12 | @@ -10,6 +10,7 @@ |
| 13 | #define ELEKTRA_KEY_HPP |
| 14 | |
| 15 | #include <cstdarg> |
| 16 | +#include <cstdint> |
| 17 | #include <cstring> |
| 18 | |
| 19 | #if __GNUC__ >= 12 |