mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8264143: Lanai: RenderPerfTest.BgrSwBlitImage has artefacts on apple M1
Add stdint include to fix x64 build
This commit is contained in:
committed by
alexey.ushakov@jetbrains.com
parent
d4ac3dd22b
commit
74036a476c
@@ -26,6 +26,7 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <simd/simd.h>
|
||||
|
||||
#define PGRAM_VERTEX_COUNT 6
|
||||
|
||||
Reference in New Issue
Block a user