diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-09-27 21:56:44 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-09-27 21:56:44 +0200 |
commit | 907384ea7d8a8056f591a0863a8d8d1882976f33 (patch) | |
tree | 754149bc10443dff2ec445068ef755236a1332a6 /include | |
parent | 1e374ab639af7afbdffd3be3be22be4ba21858e6 (diff) |
Add missing header to uuid.h
Diffstat (limited to 'include')
-rw-r--r-- | include/erebos/uuid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/erebos/uuid.h b/include/erebos/uuid.h index d3a3510..d6ccf50 100644 --- a/include/erebos/uuid.h +++ b/include/erebos/uuid.h @@ -1,6 +1,7 @@ #pragma once #include <array> +#include <cstdint> #include <cstring> #include <optional> #include <string> |