1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Fix missing header

This commit is contained in:
Guillaume Chatelet 2021-10-29 13:54:41 +00:00
parent f69a25811f
commit ebcdfcaeff

View File

@ -58,6 +58,7 @@
// Implementation.
////////////////////////////////////////////////////////////////////////////////
#include <ctype.h>
#include <stdbool.h>
#include "internal/bit_utils.h"