Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 4a000fe

Browse files
committed
Fix ADT/UniqueVector.h to resolve implicit dependency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251165 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4a811ae commit 4a000fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/ADT/UniqueVector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define LLVM_ADT_UNIQUEVECTOR_H
1212

1313
#include <cassert>
14+
#include <cstddef>
1415
#include <map>
1516
#include <vector>
1617

0 commit comments

Comments
 (0)