From 32487804c194698c0835d36e5d62f457b248b38f Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sun, 5 Nov 2023 14:32:03 +0800 Subject: [PATCH] add missing headers --- stat_date.cpp | 2 ++ stat_keystroke.cpp | 1 + stat_word.cpp | 3 +++ 3 files changed, 6 insertions(+) diff --git a/stat_date.cpp b/stat_date.cpp index dddf105..054d0fa 100644 --- a/stat_date.cpp +++ b/stat_date.cpp @@ -1,7 +1,9 @@ +#include #include #include #include #include +#include #include #include "defs.hpp" diff --git a/stat_keystroke.cpp b/stat_keystroke.cpp index 4c056b3..db0ddbb 100644 --- a/stat_keystroke.cpp +++ b/stat_keystroke.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include "defs.hpp" diff --git a/stat_word.cpp b/stat_word.cpp index 1bf2cd8..e871b01 100644 --- a/stat_word.cpp +++ b/stat_word.cpp @@ -1,7 +1,10 @@ +#include #include #include #include #include +#include +#include #include #include "defs.hpp"