diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
| commit | 3a817e2f96a30faef03565c510f626ac73fd46ed (patch) | |
| tree | 4be12e5689f919358a5e1735ac5c8dbf04945302 /src/debug.cc | |
| parent | 58c1721564ea6b52929b189463fc9f54a4711d1d (diff) | |
Cleanup includes
Diffstat (limited to 'src/debug.cc')
| -rw-r--r-- | src/debug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cc b/src/debug.cc index 6d865013..c59a9802 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -3,6 +3,7 @@ #include "assert.hh" #include "buffer.hh" #include "buffer_manager.hh" +#include "string.hh" namespace Kakoune { |
