Skip to content

Commit

Permalink
FROM AOSC: fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexChooser committed Aug 9, 2024
1 parent 0f22e49 commit f4d2931
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifndef IntegerToStringConversion_h
#define IntegerToStringConversion_h

#include <iterator>
#include <wtf/text/LChar.h>

namespace WTF {
Expand Down

0 comments on commit f4d2931

Please sign in to comment.