Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
@@ -33,7 +33,7 @@
|
||||
#ifndef TIMESTAMP_HPP
|
||||
#define TIMESTAMP_HPP
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
void freeze_timestamp( void );
|
||||
uint64_t frozen_timestamp( void );
|
||||
|
||||
Reference in New Issue
Block a user