Fix Unreal Engine Compile error for Linux builds

This commit is contained in:
Jordon Brooks 2024-05-17 01:12:12 +01:00
parent 935faff443
commit fa3c03340a
Signed by: jordon
GPG key ID: DBD9758CD53E786A
2 changed files with 18 additions and 18 deletions

View file

@ -14,6 +14,9 @@
#pragma once
// Undefine the LINUX macro to avoid conflicts with the enum definition.
#undef LINUX
#include <cstdint>
// Enum class for representing different types of devices