summaryrefslogtreecommitdiffstats
path: root/src/debug/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/timestamp.h')
-rw-r--r--src/debug/timestamp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/debug/timestamp.h b/src/debug/timestamp.h
index 281c31b4c..a4db90dc6 100644
--- a/src/debug/timestamp.h
+++ b/src/debug/timestamp.h
@@ -13,13 +13,14 @@
#ifndef SEEN_INKSCAPE_DEBUG_TIMESTAMP_H
#define SEEN_INKSCAPE_DEBUG_TIMESTAMP_H
-#include "util/share.h"
+#include <memory>
+#include <string>
namespace Inkscape {
namespace Debug {
-Util::ptr_shared timestamp();
+std::shared_ptr<std::string> timestamp();
}