Skip to content

Commit

Permalink
Include limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rgb committed Sep 25, 2015
1 parent 29aa974 commit 6d082b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// Platform independent includes:
#include <assert.h>
#include <float.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdint.h>
Expand Down

0 comments on commit 6d082b1

Please sign in to comment.