forked from github/server
Easy pratfall: Visual Studio includes limits.h through stdlib.h, but gcc/clang do not.
This commit is contained in:
parent
1042c94fd9
commit
e621b97465
|
@ -77,6 +77,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
int *storms;
|
int *storms;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue