Parcourir la source

dot: updated includes

Michele Caini il y a 3 ans
Parent
commit
e510bdf4f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {