commit | f8bb4779279d8f4e054d9601fc508598b2ba3007 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Jul 21 16:31:37 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Jul 21 16:33:13 2023 -0700 |
tree | c0165b1d7fef3294dfcc173330c5f42ae6a51d99 | |
parent | cc45be7c90ac92ea67065571db54ea471721e6a9 [diff] |
ncsid: Fix build issue IWYU Change-Id: Ibd54f428ea8e6e5c9f9dfd2ec8da4fcfbafdb572 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/subprojects/ncsid/src/net_config.cpp b/subprojects/ncsid/src/net_config.cpp index 8316837..97c6a43 100644 --- a/subprojects/ncsid/src/net_config.cpp +++ b/subprojects/ncsid/src/net_config.cpp
@@ -14,6 +14,7 @@ #include "net_config.h" +#include <fmt/format.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h>