Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
+5
-4
@@ -34,11 +34,12 @@
|
||||
#define CRYPTO_HPP
|
||||
|
||||
#include "src/crypto/ae.h"
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
||||
|
||||
long int myatoi( const char *str );
|
||||
|
||||
Reference in New Issue
Block a user