VNC-151 Include to ensure integer types usage

This commit is contained in:
El 2025-09-30 12:10:37 +05:00
parent 1a8dc3ab89
commit b45699a787
No known key found for this signature in database
GPG key ID: 205388FEB607950A

View file

@ -19,8 +19,9 @@
#ifndef __RDR_TYPES_H__
#define __RDR_TYPES_H__
namespace rdr {
#include <cstdint>
namespace rdr {
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned int U32;