aboutsummaryrefslogtreecommitdiff
path: root/src/nix/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/dotgraph.hh')
-rw-r--r--src/nix/dotgraph.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/dotgraph.hh b/src/nix/dotgraph.hh
index a5c5248f1..ef389b30d 100644
--- a/src/nix/dotgraph.hh
+++ b/src/nix/dotgraph.hh
@@ -1,7 +1,7 @@
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H
-#include "expr.hh"
+#include "storeexpr.hh"
void printDotGraph(const PathSet & roots);