Browse Source

dot: updated includes

Michele Caini 3 years ago
parent
commit
e510bdf4f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/graph/dot.hpp

+ 1 - 1
src/entt/graph/dot.hpp

@@ -3,7 +3,7 @@
 
 #include <ostream>
 #include <type_traits>
-#include "adjacency_matrix.hpp"
+#include "fwd.hpp"
 
 namespace entt {