mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
ifdef around inclusion of winrt header.
This commit is contained in:
parent
be927af222
commit
d17e0c85cb
@ -72,7 +72,9 @@ asio's streambuf. include it up front so work around this */
|
||||
#include <sigslot/sigslot.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winrt/Windows.UI.ViewManagement.h>
|
||||
#endif
|
||||
|
||||
#include <musikcore/config.h>
|
||||
#include <musikcore/i18n/Locale.h>
|
||||
|
Loading…
Reference in New Issue
Block a user