소스 검색

chore: fix include-order

Sam Jaffe 4 일 전
부모
커밋
4a630f4b9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/jvalidate/adapter.h

+ 1 - 1
include/jvalidate/adapter.h

@@ -1,6 +1,5 @@
 #pragma once
 
-#include "jvalidate/compat/expected.h"
 #include <cstdint>
 #include <cstdlib>
 #include <filesystem>
@@ -13,6 +12,7 @@
 #include <utility>
 #include <vector>
 
+#include <jvalidate/compat/expected.h>
 #include <jvalidate/detail/number.h>
 #include <jvalidate/enum.h>
 #include <jvalidate/forward.h>