13
0

Another minor tweak to fix a build issue with MSVC/c++17

Fixes a conflict between 'std::byte' (new in c++17) and earlier declarations / typedef's that defined 'byte'
This commit is contained in:
John Emmas 2024-10-17 12:07:05 +01:00
parent 0a0848b2d6
commit b6cb758357

View File

@ -23,6 +23,7 @@
#include <string>
#ifdef PLATFORM_WINDOWS
#include <objidl.h>
#include <windows.h>
#else
#include <signal.h>