<limits.h> to <limit>

This commit is contained in:
ganovelli 2008-09-30 11:41:04 +00:00
parent 7f399c7515
commit bb741600ca
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Edited Comments and GPL license
#include <math.h>
#include <assert.h>
#include <limits.h>
#include <limits>
/// static_assert: implemented as a macro for "assert", but it is separated for clarity.
/// Should be used for checking integrity constraints that can be tested at complile time,