aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/function-trace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/function-trace.hh')
-rw-r--r--src/libexpr/function-trace.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/function-trace.hh b/src/libexpr/function-trace.hh
index 8b0ec848d..2c39b7430 100644
--- a/src/libexpr/function-trace.hh
+++ b/src/libexpr/function-trace.hh
@@ -1,7 +1,8 @@
#pragma once
#include "eval.hh"
-#include <sys/time.h>
+
+#include <chrono>
namespace nix {