File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -19563,6 +19563,13 @@ then :
1956319563
1956419564fi
1956519565
19566+ ac_fn_cxx_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
19567+ if test "x$ac_cv_header_stdint_h" = xyes
19568+ then :
19569+ printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
19570+
19571+ fi
19572+
1956619573
1956719574############################################################################
1956819575# Data type and math function definitions #
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ AC_COIN_DEBUGLEVEL
5252AC_CHECK_HEADERS ( [ windows.h] )
5353AC_CHECK_HEADERS ( [ endian.h] )
5454AC_CHECK_HEADERS ( [ execinfo.h] )
55+ AC_CHECK_HEADERS ( [ stdint.h] )
5556
5657# ###########################################################################
5758# Data type and math function definitions #
Original file line number Diff line number Diff line change 22// Copyright 2015, Matthew Saltzman and Ted Ralphs
33// Licensed under the Eclipse Public License
44
5+ #include " CoinUtilsConfig.h"
6+
57#include < algorithm>
68#include < cmath>
79#ifdef __clang__
1012#include < cstdio>
1113#endif
1214#include < cassert>
15+ #ifdef COINUTILS_HAS_STDINT_H
16+ #include < stdint.h>
17+ #endif
1318
1419#include " CoinRational.hpp"
1520
You can’t perform that action at this time.
0 commit comments