summaryrefslogtreecommitdiff
path: root/src/user_interface.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/user_interface.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/user_interface.hh')
-rw-r--r--src/user_interface.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_interface.hh b/src/user_interface.hh
index fdd03994..631309ad 100644
--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -4,7 +4,7 @@
#include "color.hh"
#include "keys.hh"
#include "memoryview.hh"
-#include "utils.hh"
+#include "safe_ptr.hh"
namespace Kakoune
{