about summary refs log tree commit diff
path: root/src/libexpr/value-to-xml.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/value-to-xml.cc')
-rw-r--r--src/libexpr/value-to-xml.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/value-to-xml.cc b/src/libexpr/value-to-xml.cc
index bc63f776269c..3934a83eec25 100644
--- a/src/libexpr/value-to-xml.cc
+++ b/src/libexpr/value-to-xml.cc
@@ -1,5 +1,6 @@
 #include "value-to-xml.hh"
 #include "xml-writer.hh"
+#include "eval-inline.hh"
 #include "util.hh"
 
 #include <cstdlib>