Sync fork with cmu-project:main, add BOOST_OS_BSD to the conditional include of resource/embedded/resources.h in the new src/gui/input/HotkeySettings.cpp file

This commit is contained in:
Kevin Reinholz 2025-07-10 19:10:05 -07:00
parent 52ec6a0cb5
commit d18ecc0cef

View File

@ -4,7 +4,7 @@
#include "input/InputManager.h"
#include "HotkeySettings.h"
#if BOOST_OS_LINUX || BOOST_OS_MACOS
#if BOOST_OS_LINUX || BOOST_OS_MACOS || BOOST_OS_BSD
#include "resource/embedded/resources.h"
#endif