aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdhist.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-30 22:48:15 +0800
committerGitHub <noreply@github.com>2023-11-30 22:48:15 +0800
commita6f26c86cb74222fe2449f8a035f29b0ee45c98e (patch)
treef1aaea14334440a65d7307ec9f4acb614129679d /src/nvim/cmdhist.c
parent884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d (diff)
downloadrneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.gz
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.bz2
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.zip
refactor(IWYU): fix includes for cmdhist.h (#26324)
Diffstat (limited to 'src/nvim/cmdhist.c')
-rw-r--r--src/nvim/cmdhist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cmdhist.c b/src/nvim/cmdhist.c
index 7ebe3c34a1..9396fdac7f 100644
--- a/src/nvim/cmdhist.c
+++ b/src/nvim/cmdhist.c
@@ -21,6 +21,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/option_vars.h"
+#include "nvim/os/time.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types_defs.h"