From: Mike Stepanek (mstepane) Date: Mon, 4 Oct 2021 10:30:14 +0000 (+0000) Subject: Merge pull request #3086 in SNORT/snort3 from ~VHORBATO/snort3:ident_test_clang_fix... X-Git-Tag: 3.1.14.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c2f3cfb30c45fa98b05bacbb82c06910f4dd4e;p=thirdparty%2Fsnort3.git 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 --- 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"