summaryrefslogtreecommitdiff
path: root/src/client.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/client.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/client.hh')
-rw-r--r--src/client.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client.hh b/src/client.hh
index 00ebe46d..3f8ee4b6 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -1,11 +1,12 @@
#ifndef client_hh_INCLUDED
#define client_hh_INCLUDED
-#include "string.hh"
-#include "utils.hh"
#include "display_buffer.hh"
-#include "input_handler.hh"
#include "env_vars.hh"
+#include "input_handler.hh"
+#include "safe_ptr.hh"
+#include "string.hh"
+#include "utils.hh"
namespace Kakoune
{