Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Jun 24, 2020
1 parent 0549d1f commit e04227d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/relay/backend/contrib/codegen_json/codegen_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <cstdint>
#include <limits>
#include <memory>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/runtime/contrib/json/json_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include <cstdint>
#include <cstdio>
#include <memory>
#include <string>
#include <unordered_map>
#include <utility>
Expand Down

0 comments on commit e04227d

Please sign in to comment.