aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/value-to-xml.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05 22:04:40 +0100
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05 22:04:40 +0100
commit605b16cd7bd9b29482d9029740c3a4595a483f21 (patch)
treeadc28879ab8f5a3e620aae3ec5fa9defc48dc6df /src/libexpr/value-to-xml.cc
parentd645633643ff806bff8fcd1677d6ac87509f40e9 (diff)
Fix compilation on FreeBSD
http://hydra.nixos.org/build/2213576 Not sure why compilation doesn't fail on other platforms...
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 bc63f7762..3934a83ee 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>