Skip to content

Commit 0f53d58

Browse files
committed
Fix build.
1 parent 3789df4 commit 0f53d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Cpp/Containers/AlignedVector.tpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <new>
1212
#include <type_traits>
1313
#include <utility>
14+
#include <algorithm>
1415
#include "Common/Compiler.h"
1516
#include "AlignedMalloc.h"
1617
#include "AlignedVector.h"

0 commit comments

Comments
 (0)