Skip to content

Commit ae5cd85

Browse files
committed
Missing include
1 parent 0a55534 commit ae5cd85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lang/utils.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <utility>
4+
35
#define mv(name) std::move(name)
46

57
#define NON_COPYABLE(T) \

0 commit comments

Comments
 (0)