From d356ae241986282cf33a31874da1d3139960b63d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 12 Aug 2014 00:30:13 +0100 Subject: Make safe_ptr able to track callstacks The code stays disabled, as the performance penalty is quite high, but can be enabled to help debugging safe pointers. --- src/input_handler.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 642b4243..dd027910 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -8,6 +8,7 @@ #include "keys.hh" #include "string.hh" #include "utils.hh" +#include "safe_ptr.hh" namespace Kakoune { -- cgit v1.2.3