mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Unbreak build on Linux.
Turns out os-x does not to include memory...
This commit is contained in:
parent
31973f76ce
commit
c139ad07f4
2 changed files with 1 additions and 5 deletions
|
@ -3,14 +3,9 @@
|
|||
#ifndef OPAQUEVAL_H
|
||||
#define OPAQUEVAL_H
|
||||
|
||||
|
||||
|
||||
#include <memory> // std::unique_ptr
|
||||
|
||||
#include <broker/data.hh>
|
||||
#include <broker/expected.hh>
|
||||
|
||||
|
||||
#include "RandTest.h"
|
||||
#include "Val.h"
|
||||
#include "digest.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue