From 3df22f5d65a97a6d2d607b78aa4a9b0dde08937f Mon Sep 17 00:00:00 2001 From: Frodo Baggins Date: Sat, 5 Oct 2024 11:57:36 -0700 Subject: [PATCH] more --- src/shader_recompiler/info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shader_recompiler/info.h b/src/shader_recompiler/info.h index c6c3f442d..d4d676234 100644 --- a/src/shader_recompiler/info.h +++ b/src/shader_recompiler/info.h @@ -3,6 +3,7 @@ #pragma once #include +#include #include #include #include "common/assert.h" @@ -179,8 +180,7 @@ struct Info { std::span user_data; Stage stage; - using StringPool = boost::container::small_vector; - StringPool string_pool; + std::vector string_pool; u64 pgm_hash{}; VAddr pgm_base;