Fix Unreal Engine Compile error for Linux builds
This commit is contained in:
parent
935faff443
commit
fa3c03340a
2 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue