diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 17:50:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 17:50:54 +0100 |
| commit | 74af485252188b7b08292cad55ff3f8fa6c8ef2e (patch) | |
| tree | 9eb60e6f8716e14b01862f58a127674e3910cac9 /src/lib/log_entry.h | |
| parent | 28a056bfe26e57b432489cb2b0a9ff3e942aa28a (diff) | |
Missing include.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 29c709085..b94637a33 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -20,6 +20,7 @@ #ifndef DCPOMATIC_LOG_ENTRY_H #define DCPOMATIC_LOG_ENTRY_H +#include <sys/time.h> #include <string> class LogEntry |
