diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:35:30 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:35:56 +0200 |
| commit | 3bdeec4cec73210583454e4a8333d68ad6f34f54 (patch) | |
| tree | 8f7b28e2933ce01e78e12502273477638ff81afc /lib/ReedSolomon.h | |
| parent | 4f404eb1152fc4f8b121c22416583c57da4a86f8 (diff) | |
| download | ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.tar.gz ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.tar.bz2 ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.zip | |
Update common code
Diffstat (limited to 'lib/ReedSolomon.h')
| -rw-r--r-- | lib/ReedSolomon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ReedSolomon.h b/lib/ReedSolomon.h index abcef62..d6686ac 100644 --- a/lib/ReedSolomon.h +++ b/lib/ReedSolomon.h @@ -30,7 +30,8 @@ # include <config.h> #endif -#include <stdlib.h> +#include <cstdlib> +#include <cstdint> class ReedSolomon { |
