diff --git a/Common/Data/Format/IniFile.h b/Common/Data/Format/IniFile.h index 1008fff5d..cbe73f185 100644 --- a/Common/Data/Format/IniFile.h +++ b/Common/Data/Format/IniFile.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "Common/File/Path.h" diff --git a/Common/GPU/OpenGL/GLFeatures.h b/Common/GPU/OpenGL/GLFeatures.h index 04df20f87..f2aa33805 100644 --- a/Common/GPU/OpenGL/GLFeatures.h +++ b/Common/GPU/OpenGL/GLFeatures.h @@ -5,6 +5,7 @@ #pragma once #include +#include // TODO: Replace with thin3d's vendor enum. enum { diff --git a/Common/Net/NetBuffer.h b/Common/Net/NetBuffer.h index 6247aca98..12a4ba37c 100644 --- a/Common/Net/NetBuffer.h +++ b/Common/Net/NetBuffer.h @@ -1,5 +1,7 @@ #pragma once +#include + #include "Common/Buffer.h" namespace net { diff --git a/Core/Reporting.h b/Core/Reporting.h index 211267c8f..1d254256f 100644 --- a/Core/Reporting.h +++ b/Core/Reporting.h @@ -19,6 +19,7 @@ #include #include +#include #include "Common/CommonTypes.h" #include "Common/File/Path.h" diff --git a/ext/vma/vk_mem_alloc.h b/ext/vma/vk_mem_alloc.h index f52dceeaf..90719c161 100644 --- a/ext/vma/vk_mem_alloc.h +++ b/ext/vma/vk_mem_alloc.h @@ -2624,6 +2624,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString( #include #include #include +#include #ifdef _MSC_VER #include // For functions like __popcnt, _BitScanForward etc.