Skip to content

Commit 339703d

Browse files
committed
Fix missed #include <utility>
<utility> is required for std::move
1 parent e3604e3 commit 339703d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/common/strong_typedef.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <type_traits>
4+
#include <utility>
45

56
template <class T, class Tag>
67
struct StrongTypedef

0 commit comments

Comments
 (0)