summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-08-12 00:30:13 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-08-12 19:18:10 +0100
commitd356ae241986282cf33a31874da1d3139960b63d (patch)
tree651bb910fa69fec45c9ffc09a47f6096ed492809 /src/input_handler.hh
parent1b54b65bb59b46718d7485e690835faf695b6410 (diff)
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.
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh1
1 files changed, 1 insertions, 0 deletions
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
{