about summary refs log tree commit diff
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 a5c5248f144e..ef389b30d353 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);