[libc-commits] [PATCH] D146111: [libc] [test] Add missing <cstdint> include

Sam James via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 16 12:04:16 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2e8ef93439a4: [libc] [test] Add missing <cstdint> include (authored by thesamesam).
Herald added a subscriber: mikhail.ramalho.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146111/new/

https://reviews.llvm.org/D146111

Files:
  libc/test/src/__support/str_to_float_comparison_test.cpp


Index: libc/test/src/__support/str_to_float_comparison_test.cpp
===================================================================
--- libc/test/src/__support/str_to_float_comparison_test.cpp
+++ libc/test/src/__support/str_to_float_comparison_test.cpp
@@ -12,6 +12,7 @@
 
 // #include "src/__support/FPUtil/FPBits.h"
 
+#include <cstdint>
 #include <fstream>
 #include <iostream>
 #include <string>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146111.505897.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230316/ea0d480a/attachment.bin>


More information about the libc-commits mailing list