diff --git a/runtime/cpp/test/emboss_memory_util_test.cc b/runtime/cpp/test/emboss_memory_util_test.cc index 9cfcddc..c4f9ed0 100644 --- a/runtime/cpp/test/emboss_memory_util_test.cc +++ b/runtime/cpp/test/emboss_memory_util_test.cc @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #if __cplusplus >= 201703L #include #endif // __cplusplus >= 201703L @@ -221,7 +222,7 @@ class ReadOnlyContiguousBufferTest : public ::testing::Test {}; typedef ::testing::Types< /**/ ::std::vector, ::std::array, ::std::vector, ::std::vector, ::std::string, - ::std::basic_string, ::std::basic_string, + ::std::basic_string, ::std::vector>, ::std::basic_string, NonstandardAllocator>>