Skip to content
Snippets Groups Projects
Commit 0b4e9c11 authored by Steven Murray's avatar Steven Murray
Browse files

Added #include <unistd.h> for gethostname()

parent fa2c98e2
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@
#include <sys/syscall.h>
#include <ctime>
#include <cxxabi.h>
#include <unistd.h>
cta::objectstore::Agent::Agent(Backend & os):
ObjectOps<serializers::Agent>(os), m_nextId(0) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment