diff --git a/CMakeLists.txt b/CMakeLists.txt index e0bdd768a7..6c19318f77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,7 @@ endif() # my unity/jumbo build option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF) if(MSVC AND ENABLE_UNITY_BUILD) + message(STATUS "Unity build") # Unity builds need big objects for MSVC... add_compile_options(/bigobj) endif() diff --git a/src/network/packet.h b/src/network/packet.h index 9aa2a2c9cf..8c6acd7200 100644 --- a/src/network/packet.h +++ b/src/network/packet.h @@ -5,6 +5,7 @@ #include #include +#include #include "common/common_types.h" namespace Network { diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index fe92bca4dd..6367fde7cc 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -366,7 +366,7 @@ target_sources(yuzu PRIVATE ) # Add the QRC file to package in all QM files -qt_add_resources( +qt_add_resources(yuzu ${QRC_COMPAT_LIST} ${QRC_ICONS} ${QRC_THEMES}