aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/ReedSolomon.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ReedSolomon.h')
-rw-r--r--contrib/ReedSolomon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ReedSolomon.h b/contrib/ReedSolomon.h
index abcef62..d6686ac 100644
--- a/contrib/ReedSolomon.h
+++ b/contrib/ReedSolomon.h
@@ -30,7 +30,8 @@
# include <config.h>
#endif
-#include <stdlib.h>
+#include <cstdlib>
+#include <cstdint>
class ReedSolomon
{