diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-01-08 19:31:28 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-01-08 19:31:28 +0000 |
| commit | e5b36f548b2644b04c440d429ea3b765e1d98f22 (patch) | |
| tree | 39091ba8c86e96b793ea27730bba07f049dc5fe0 /src/string.cc | |
| parent | 9b30e7469a5832166b244a85065b3e1efb30cc90 (diff) | |
Add missing include
Diffstat (limited to 'src/string.cc')
| -rw-r--r-- | src/string.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.cc b/src/string.cc index 6a1fda55..ef115b2b 100644 --- a/src/string.cc +++ b/src/string.cc @@ -4,6 +4,8 @@ #include "containers.hh" #include "utf8_iterator.hh" +#include <cstdio> + namespace Kakoune { |
