Fix a compile error

This is a fix for the compile error caused by
86a500c846
This commit is contained in:
Sungun Park
2025-05-22 17:48:02 -07:00
parent 758c957f42
commit c5842d2f44

View File

@@ -40,7 +40,7 @@
namespace utils {
class FixedCapacityVectorBase {
class UTILS_PUBLIC FixedCapacityVectorBase {
protected:
UTILS_NORETURN static void capacityCheckFailed(size_t capacity, size_t size);
};