aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/timestamp.h')
-rw-r--r--src/util/timestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/timestamp.h b/src/util/timestamp.h
index 9ba4947..07cf5b4 100644
--- a/src/util/timestamp.h
+++ b/src/util/timestamp.h
@@ -33,7 +33,7 @@
#ifndef TIMESTAMP_HPP
#define TIMESTAMP_HPP
-#include <stdint.h>
+#include <cstdint>
void freeze_timestamp( void );
uint64_t frozen_timestamp( void );