From: Russ Combs (rucombs) Date: Thu, 23 Jun 2016 22:34:36 +0000 (-0400) Subject: Merge pull request #544 in SNORT/snort3 from build_fix to master X-Git-Tag: 3.0.0-233~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4febbdf5a7d1d9b0ffd2c2fc2e31ab4fc2df024;p=thirdparty%2Fsnort3.git Merge pull request #544 in SNORT/snort3 from build_fix to master Squashed commit of the following: commit 71e677856bfa8576d69e667e5eec5e4cc0898727 Author: Carter Waxman Date: Wed Jun 22 13:15:08 2016 -0400 fixed missing include --- diff --git a/src/flow/ha_module.cc b/src/flow/ha_module.cc index 0de23e0bb..b3e95257b 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -20,6 +20,8 @@ #include "ha_module.h" +#include + #include "ha.h" #include "log/messages.h" #include "main/snort_debug.h"