DUNE-DAQ / detdataformats

Decoders for DUNE raw data
2 stars 2 forks source link

C header includes #46

Closed roland-sipos closed 2 years ago

roland-sipos commented 2 years ago

Replace in every include file:

#include <stdint.h>  // For uint32_t etc

with

#include <cstdint>  // For uint32_t etc