commit | adb8ffe4759e879cf1a0d7b569271ab64b66f38d | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Jul 17 13:44:22 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Mon Jul 17 13:54:07 2023 -0700 |
tree | 7c9788c2f99e8a44c169d98c4e3e487bed210ac9 | |
parent | bb53161d64a2af77a2a396ee4370b5c1255b73f9 [diff] [blame] |
iwyu: Cleanup include headers Triggered iwyu and add/remove used headers. Change-Id: Iadbdb459563b3c89baf2d56f90a540342d020cd5 Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/subprojects/nemora-postd/nemorad.cpp b/subprojects/nemora-postd/nemorad.cpp index 0ad8010..0531323 100644 --- a/subprojects/nemora-postd/nemorad.cpp +++ b/subprojects/nemora-postd/nemorad.cpp
@@ -24,6 +24,7 @@ #include <csignal> #include <cstdint> +#include <iostream> #include <regex> #include <string> #include <thread>