about summary refs log tree commit diff
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 3100ffea2c57..472f2045ed65 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 {