From: brarcher Date: Wed, 5 Feb 2014 16:08:21 +0000 (+0000) Subject: example: include stdint.h X-Git-Tag: 0.10.0~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb2de5c4ca5aba508557634e29dc10b98533a12;p=check example: include stdint.h Without this, the intmax_t and uintmax_t definitions will not be available on MSVC git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1099 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/doc/example/tests/check_money.c b/doc/example/tests/check_money.c index 5809436..cf219b8 100644 --- a/doc/example/tests/check_money.c +++ b/doc/example/tests/check_money.c @@ -1,5 +1,6 @@ #include #include +#include #include #include "../src/money.h"