diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-03-05T21·04+0100 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-03-05T21·04+0100 |
commit | 605b16cd7bd9b29482d9029740c3a4595a483f21 (patch) | |
tree | adc28879ab8f5a3e620aae3ec5fa9defc48dc6df /src/libexpr/value-to-xml.cc | |
parent | d645633643ff806bff8fcd1677d6ac87509f40e9 (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.cc | 1 |
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> |