Fix vulkan test build issue on Intel compiler (#1464)

This commit is contained in:
Grzegorz Wawiorko
2022-11-01 21:05:37 +01:00
committed by GitHub
parent babed4c175
commit 44fe72c2b9
3 changed files with 4 additions and 5 deletions

View File

@@ -14,10 +14,10 @@
// limitations under the License.
//
#define NOMINMAX
#include <vulkan_interop_common.hpp>
#include <string>
#include "harness/errorHelpers.h"
#include <algorithm>
#define MAX_2D_IMAGES 5
#define MAX_2D_IMAGE_WIDTH 1024

View File

@@ -14,9 +14,8 @@
// limitations under the License.
//
#ifdef _WIN32
#define NOMINMAX
#endif
#include <algorithm>
#include "vulkan_list_map.hpp"
#include "vulkan_utility.hpp"
#include "vulkan_wrapper.hpp"

View File

@@ -15,10 +15,10 @@
//
#ifdef _WIN32
#define NOMINMAX
#include <Windows.h>
#include <dxgi1_2.h>
#include <aclapi.h>
#include <algorithm>
#endif
#include <vulkan/vulkan.h>
#include "vulkan_wrapper.hpp"