summaryrefslogtreecommitdiffstats
path: root/src/crypto/prng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/prng.h')
-rw-r--r--src/crypto/prng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/prng.h b/src/crypto/prng.h
index 693080e..03e0b72 100644
--- a/src/crypto/prng.h
+++ b/src/crypto/prng.h
@@ -33,9 +33,9 @@
#ifndef PRNG_HPP
#define PRNG_HPP
-#include <string>
-#include <stdint.h>
+#include <cstdint>
#include <fstream>
+#include <string>
#include "src/crypto/crypto.h"