Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user