Fix GCC builds and string output for Broker errors

This commit is contained in:
Dominik Charousset 2021-12-21 11:02:26 +01:00
parent 56f30b500a
commit da2a5ef455
3 changed files with 54 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#include <broker/data.hh>
#include <openssl/sha.h>
#include <cassert>
#include <cstring>
#include <limits>
#include "zeek/digest.h"