bneradt commented on code in PR #13408: URL: https://github.com/apache/trafficserver/pull/13408#discussion_r3616121599
########## src/tscore/unit_tests/test_Encoding.cc: ########## @@ -21,14 +21,17 @@ limitations under the License. */ -#include <string_view> +#include <array> #include <cstring> #include <cstdlib> #include <iostream> #include <cstdio> +#include <string_view> +#include <ts/ts.h> #include <tscore/Encoding.h> +#include <catch2/generators/catch_generators_range.hpp> #include <catch2/catch_test_macros.hpp> using namespace Encoding; Review Comment: Good point. Fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
