]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #3086 in SNORT/snort3 from ~VHORBATO/snort3:ident_test_clang_fix...
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 4 Oct 2021 10:30:14 +0000 (10:30 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 4 Oct 2021 10:30:14 +0000 (10:30 +0000)
Squashed commit of the following:

commit fb97da11d3f0587d11edf7b62570f1d3b049ac0d
Author: vhorbato <vhorbato@cisco.com>
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

index 618bb22b98f4b23661326bef0949b0d33520e350..1baa74a83d7c21215f2a8de1df7589d2298783af 100644 (file)
@@ -24,8 +24,9 @@
 #include "catch/catch.hpp"
 
 #include <cstring>
-#include <vector>
 #include <iomanip>
+#include <sstream>
+#include <vector>
 
 #include "utils/js_identifier_ctx.h"