refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821)

This commit is contained in:
Francesco Borzì
2020-12-12 17:33:07 +01:00
committed by GitHub
parent 7d16417d16
commit 7bb42c1d56
13 changed files with 34 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ typedef unsigned __int32 uint32;
typedef unsigned __int16 uint16;
typedef unsigned __int8 uint8;
#else
#include <stdint.h>
#include <cstdint>
#ifndef uint64_t
#ifdef __linux__
#include <linux/types.h>