mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-04 23:28:00 +02:00
Merge 'Add missing array include to present_timing_handler' into 'main'
See merge request mesa/vulkan-wsi-layer!148
This commit is contained in:
commit
6958c14113
3 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <iterator>
|
||||
#include <type_traits>
|
||||
#include <array>
|
||||
|
||||
#include "wsi_extension.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "present_timing_handler.hpp"
|
||||
#include <cstdint>
|
||||
#include <array>
|
||||
|
||||
wsi_ext_present_timing_headless::wsi_ext_present_timing_headless(const util::allocator &allocator)
|
||||
: wsi::wsi_ext_present_timing(allocator)
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
|
||||
#include "present_timing_handler.hpp"
|
||||
#include <array>
|
||||
|
||||
wsi_ext_present_timing_wayland::wsi_ext_present_timing_wayland(const util::allocator &allocator)
|
||||
: wsi_ext_present_timing(allocator)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue