From 1ce5521ecc6faf83e7532b35e89aadf8d33a3f70 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 5 Jun 2019 18:46:51 +0000 Subject: [PATCH] Couple of compile fixes. This is branched from topic/johanna/remove-serializer. --- src/analyzer/protocol/krb/KRB.cc | 2 ++ src/probabilistic/CounterVector.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/src/analyzer/protocol/krb/KRB.cc b/src/analyzer/protocol/krb/KRB.cc index 4ee663dcf1..e6bd42b961 100644 --- a/src/analyzer/protocol/krb/KRB.cc +++ b/src/analyzer/protocol/krb/KRB.cc @@ -1,5 +1,7 @@ // See the file "COPYING" in the main distribution directory for copyright. +#include + #include "KRB.h" #include "types.bif.h" #include "events.bif.h" diff --git a/src/probabilistic/CounterVector.cc b/src/probabilistic/CounterVector.cc index 1a3c98c73f..e234d5c9d9 100644 --- a/src/probabilistic/CounterVector.cc +++ b/src/probabilistic/CounterVector.cc @@ -2,6 +2,7 @@ #include "CounterVector.h" +#include #include #include "BitVector.h"