Skip to content

Commit 92c54ff

Browse files
committed
Update for latest gcc
1 parent c53d4ad commit 92c54ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/utxx/logger/logger_enums.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3535

3636
#include <strings.h>
3737
#include <type_traits>
38+
#include <cstdint>
3839

3940
namespace utxx {
4041

include/utxx/meta.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3333
#pragma once
3434

3535
#include <cstddef>
36+
#include <cstdint>
3637

3738
#include <type_traits>
3839
#include <tuple>

0 commit comments

Comments
 (0)