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

@ -3,14 +3,9 @@
#ifndef OPAQUEVAL_H #ifndef OPAQUEVAL_H
#define OPAQUEVAL_H #define OPAQUEVAL_H
#include <memory> // std::unique_ptr
#include <broker/data.hh> #include <broker/data.hh>
#include <broker/expected.hh> #include <broker/expected.hh>
#include "RandTest.h" #include "RandTest.h"
#include "Val.h" #include "Val.h"
#include "digest.h" #include "digest.h"

View file

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