-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readd header needed on 32-bit platforms
- Loading branch information
1 parent
15f781f
commit 13d6ace
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
#include "config_ast.h" // IWYU pragma: keep | ||
|
||
#include <float.h> | ||
#include <limits.h> // IWYU pragma: keep | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
krader1961
Author
Contributor
|
||
#include <stdbool.h> | ||
#include <stdlib.h> | ||
#include <string.h> | ||
|
@krader1961 Why it's only needed on 32-bit systems ?