From: <sv...@op...> - 2024-11-26 08:13:18
|
Author: sagamusix Date: Tue Nov 26 09:13:10 2024 New Revision: 22314 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22314 Log: [Fix] Fix mime type property on DefaultKeyBindings.h, and add correct header include. Modified: trunk/OpenMPT/mptrack/DefaultKeyBindings.h (contents, props changed) Modified: trunk/OpenMPT/mptrack/DefaultKeyBindings.h ============================================================================== --- trunk/OpenMPT/mptrack/DefaultKeyBindings.h Mon Nov 25 23:36:11 2024 (r22313) +++ trunk/OpenMPT/mptrack/DefaultKeyBindings.h Tue Nov 26 09:13:10 2024 (r22314) @@ -8,7 +8,8 @@ */ -#include "stdafx.h" +#include "openmpt/all/BuildSettings.hpp" + #include "CommandSet.h" |