From 458b8e3b411036ef2d8c961af20736eafa7df071 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 13 Oct 2024 12:28:38 +0200 Subject: [PATCH] [util] Add missing includes small_vector Fixes #4357. --- src/util/util_small_vector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/util_small_vector.h b/src/util/util_small_vector.h index 93b84a491..fe1228c8a 100644 --- a/src/util/util_small_vector.h +++ b/src/util/util_small_vector.h @@ -1,5 +1,7 @@ #pragma once +#include +#include #include namespace dxvk {