Browse Source

dot: updated includes

Michele Caini 3 năm trước cách đây
mục cha
commit
e510bdf4f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {