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;