1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-16 08:20:23 +03:00

Add a missing #include

This commit is contained in:
Rui Ueyama 2024-07-08 10:43:40 +09:00
parent 60760a892a
commit f9e4cb1a7f

View File

@ -2,6 +2,7 @@
#include "integers.h"
#include <array>
#include <atomic>
#include <bit>
#include <bitset>