aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ReedSolomon.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ReedSolomon.h')
-rw-r--r--lib/ReedSolomon.h3
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
{