walaj / svaba

Structural variation and indel detection by local assembly
GNU General Public License v3.0
235 stars 45 forks source link

Add missing include <cstdint> #142

Open francois-a opened 3 weeks ago

francois-a commented 3 weeks ago

Required for compilation on my system, throws error otherwise:

In file included from /resources/github/svaba/src/svaba/Histogram.cpp:1:
/resources/github/svaba/src/svaba/Histogram.h:104:61: error: ‘uint32_t’ does not name a type
  104 |   Histogram(const int32_t& start, const int32_t& end, const uint32_t& width);
      |                                                             ^~~~~~~~