From 872ef1ce29c33effbfcdeb2adaa16d03898386ec Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 14 Jul 2023 03:36:26 +0000 Subject: [PATCH] format --- ipo/index.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipo/index.ixx b/ipo/index.ixx index 4568df77..4588eab7 100644 --- a/ipo/index.ixx +++ b/ipo/index.ixx @@ -1,15 +1,15 @@ module; +#include #include #include #include #include -#include export module leetcode_test.ipo.Solution; using std::less; using std::pair; using std::priority_queue; -using std::vector; using std::sort; +using std::vector; namespace leetcode_test::ipo { export class Solution { public: