mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix vulkan test build issue on Intel compiler (#1464)
This commit is contained in:
committed by
GitHub
parent
babed4c175
commit
44fe72c2b9
@@ -14,10 +14,10 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
|
|
||||||
#define NOMINMAX
|
|
||||||
#include <vulkan_interop_common.hpp>
|
#include <vulkan_interop_common.hpp>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "harness/errorHelpers.h"
|
#include "harness/errorHelpers.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#define MAX_2D_IMAGES 5
|
#define MAX_2D_IMAGES 5
|
||||||
#define MAX_2D_IMAGE_WIDTH 1024
|
#define MAX_2D_IMAGE_WIDTH 1024
|
||||||
|
|||||||
@@ -14,9 +14,8 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define NOMINMAX
|
#include <algorithm>
|
||||||
#endif
|
|
||||||
#include "vulkan_list_map.hpp"
|
#include "vulkan_list_map.hpp"
|
||||||
#include "vulkan_utility.hpp"
|
#include "vulkan_utility.hpp"
|
||||||
#include "vulkan_wrapper.hpp"
|
#include "vulkan_wrapper.hpp"
|
||||||
|
|||||||
@@ -15,10 +15,10 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define NOMINMAX
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <dxgi1_2.h>
|
#include <dxgi1_2.h>
|
||||||
#include <aclapi.h>
|
#include <aclapi.h>
|
||||||
|
#include <algorithm>
|
||||||
#endif
|
#endif
|
||||||
#include <vulkan/vulkan.h>
|
#include <vulkan/vulkan.h>
|
||||||
#include "vulkan_wrapper.hpp"
|
#include "vulkan_wrapper.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user