From c2c2f3cfb30c45fa98b05bacbb82c06910f4dd4e Mon Sep 17 00:00:00 2001 From: "Mike Stepanek (mstepane)" Date: Mon, 4 Oct 2021 10:30:14 +0000 Subject: [PATCH] Merge pull request #3086 in SNORT/snort3 from ~VHORBATO/snort3:ident_test_clang_fix to master Squashed commit of the following: commit fb97da11d3f0587d11edf7b62570f1d3b049ac0d Author: vhorbato Date: Mon Oct 4 13:29:26 2021 +0300 utils: fix compilation error of js_identifier_ctx_test for clang --- src/utils/test/js_identifier_ctx_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/test/js_identifier_ctx_test.cc b/src/utils/test/js_identifier_ctx_test.cc index 618bb22b9..1baa74a83 100644 --- a/src/utils/test/js_identifier_ctx_test.cc +++ b/src/utils/test/js_identifier_ctx_test.cc @@ -24,8 +24,9 @@ #include "catch/catch.hpp" #include -#include #include +#include +#include #include "utils/js_identifier_ctx.h" -- 2.47.3