OPENDAP / libdap4

A new version of libdap that contains both DAP2 and DAP4 support
GNU Lesser General Public License v2.1
13 stars 14 forks source link

Add #include <cstdint> ofor uint*_t types #258

Closed opoplawski closed 3 weeks ago

opoplawski commented 1 month ago

Currently fails to build with:

In file included from D4StreamMarshaller.h:50,
                 from D4StreamMarshaller.cc:44:
crc.h:9:14: error: 'uint32_t' does not name a type
    9 | static const uint32_t kCrc32Table[256] = {
      |              ^~~~~~~~
crc.h:1:1: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
  +++ |+#include <cstdint>
    1 | /*