Skip to content

Commit 955c552

Browse files
mckelvinlisongx
authored andcommitted
SmallVector: Fix header
1 parent 9ed101b commit 955c552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/llvm/SmallVector.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
#define LLVM_ADT_SMALLVECTOR_H
1616

1717
#include "type_traits.h"
18-
#include <algorithm>
18+
#include <cstddef>
1919
#include <cassert>
2020
#include <cstring>
21+
#include <algorithm>
2122
#include <memory>
2223

2324
namespace llvm {

0 commit comments

Comments
 (0)