Easy pratfall: Visual Studio includes limits.h through stdlib.h, but gcc/clang do not.

This commit is contained in:
Enno Rehling 2015-08-17 20:22:02 +02:00
parent 1042c94fd9
commit e621b97465
1 changed files with 1 additions and 0 deletions

View File

@ -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;