1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-05 17:18:00 +03:00

Fix build by moving include.

This commit is contained in:
Ben Judd 2024-06-07 17:53:34 -07:00 committed by Ben Judd
parent 2754e27cf2
commit 9c185249a2
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include "string.hh"
#include <cstdio>
#include <cstring>
#include "assert.hh"
#include "unit_tests.hh"

View File

@ -2,6 +2,7 @@
#define string_hh_INCLUDED
#include <bit>
#include <cstring>
#include "memory.hh"
#include "hash.hh"
#include "units.hh"