ibex-team / ibex-lib

IBEX is a C++ library for constraint processing over real numbers.
http://ibex-team.github.io/ibex-lib/
GNU Lesser General Public License v3.0
67 stars 51 forks source link

add cstdint include #536

Open mo271 opened 11 months ago

mo271 commented 11 months ago

without those includes, I get errors when compiling:

ibex_Cov.h:106:53: error: ‘uint32_t’ has not been declared
  106 |         static void write_pos_int(std::ofstream& f, uint32_t x);

ibex_Cov.cpp:138:9: error: ‘uint32_t’ was not declared in this scope
  138 |         uint32_t x;