mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Include to ensure integer types usage
This commit is contained in:
parent
1a8dc3ab89
commit
b45699a787
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue