소스 검색

dot: updated includes

Michele Caini 3 년 전
부모
커밋
e510bdf4f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {