diff --git a/CMakeLists.txt b/CMakeLists.txt index 4727bea251..536b6b8019 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,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 63f748fe80..65a6232aec 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -361,7 +361,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}