[libcxx-commits] [libcxx] 2c9995c - [libc++] Add missing <cstddef> include

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 17 14:08:10 PDT 2022


Author: Louis Dionne
Date: 2022-03-17T17:07:37-04:00
New Revision: 2c9995c117f521a13f47fedf9c5648a82318d29d

URL: https://github.com/llvm/llvm-project/commit/2c9995c117f521a13f47fedf9c5648a82318d29d
DIFF: https://github.com/llvm/llvm-project/commit/2c9995c117f521a13f47fedf9c5648a82318d29d.diff

LOG: [libc++] Add missing <cstddef> include

Added: 
    

Modified: 
    libcxx/include/__format/formatter_pointer.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__format/formatter_pointer.h b/libcxx/include/__format/formatter_pointer.h
index d83e2be77e34d..aa4fc3398d096 100644
--- a/libcxx/include/__format/formatter_pointer.h
+++ b/libcxx/include/__format/formatter_pointer.h
@@ -20,6 +20,7 @@
 #include <__format/formatter_integral.h>
 #include <__format/parser_std_format_spec.h>
 #include <__iterator/access.h>
+#include <cstddef>
 #include <cstdint>
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)


        


More information about the libcxx-commits mailing list