summaryrefslogtreecommitdiffstats
path: root/src/debug/logger.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-01-23 04:24:00 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-01-24 17:08:27 +0000
commit258914e0577cd0d556abe2356be908b513a3b876 (patch)
treee2d5fe3d1f107e5eeec011aa120372fe9d1b3706 /src/debug/logger.cpp
parentLogger: Switch TagStack to std::shared_ptr. (diff)
downloadinkscape-258914e0577cd0d556abe2356be908b513a3b876.tar.gz
inkscape-258914e0577cd0d556abe2356be908b513a3b876.zip
Event: Switch all call sites from Util::ptr_shared to char const* or std::shared_ptr.
Diffstat (limited to 'src/debug/logger.cpp')
-rw-r--r--src/debug/logger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp
index 2c76921ac..37b8221bf 100644
--- a/src/debug/logger.cpp
+++ b/src/debug/logger.cpp
@@ -10,6 +10,7 @@
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
+#include <cstring>
#include <fstream>
#include <memory>
#include <string>