LLVM does not distinguish Cortex-M4 from Cortex-M4F neither Cortex-R5 from R5F.
[oota-llvm.git] / include / llvm / Support / Capacity.h
index d8cda43b35768bce12ffc32ad7dcb7bb596dbc53..7460f9825bd32a33ceb97e15bf6f19530849937d 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef LLVM_SUPPORT_CAPACITY_H
 #define LLVM_SUPPORT_CAPACITY_H
 
+#include <cstddef>
+
 namespace llvm {
 
 template <typename T>