diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-26 20:23:29 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-26 20:23:32 +1000 |
| commit | 202747e68896aebbe38cc160391629e020f0c2a1 (patch) | |
| tree | 0404d94cf43cc6940816436de83b94caa67b8823 /src/json.cc | |
| parent | d1554b969ee5581ed009096c0ab39b40e1ab819c (diff) | |
Fix includes for debug build
Looks like we've been over eager with removing unused includes and
did not realize they were only unused in optimized builds.
Diffstat (limited to 'src/json.cc')
| -rw-r--r-- | src/json.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json.cc b/src/json.cc index 93ffdcc4..6b297dff 100644 --- a/src/json.cc +++ b/src/json.cc @@ -4,6 +4,7 @@ #include "string_utils.hh" #include "unit_tests.hh" #include "utils.hh" +#include "ranges.hh" #include <algorithm> #include <cstdio> |
