mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-12 00:39:59 +00:00
Add missing cstdint include
This commit is contained in:
parent
a7c1252fd9
commit
663bf750d9
@ -1,6 +1,7 @@
|
|||||||
#if !defined(SUNSHINE_PLATFORM_CUDA_H) && defined(SUNSHINE_BUILD_CUDA)
|
#if !defined(SUNSHINE_PLATFORM_CUDA_H) && defined(SUNSHINE_BUILD_CUDA)
|
||||||
#define SUNSHINE_PLATFORM_CUDA_H
|
#define SUNSHINE_PLATFORM_CUDA_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user