Unbreak build on Linux.

Turns out os-x does not to include memory...
This commit is contained in:
Johanna Amann 2019-06-24 15:51:04 -07:00
parent 31973f76ce
commit c139ad07f4
2 changed files with 1 additions and 5 deletions

View file

@ -33,6 +33,7 @@
#include <string.h>
#include <stdarg.h>
#include <libgen.h>
#include <memory> // std::unique_ptr
#include "zeek-config.h"
#include "siphash24.h"