commit | 8a09b982ddeb0c1e13190d9cd196e06a778d6140 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri May 09 14:09:10 2025 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri May 30 20:02:49 2025 +0000 |
tree | cbd25c916ab85466aba0af901e18f1a923eae984 | |
parent | 91f6d3a57420621b035308b2cb8213be84bc93f2 [diff] [blame] |
PEL: Removed unused includes The clangd LSP indicates when includes aren't used directly. Tested: Unit tests pass. Change-Id: I8290fe59abd1cef4fada27aeb5adb2c45c289abb Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/test/openpower-pels/json_utils_test.cpp b/test/openpower-pels/json_utils_test.cpp index 5a3d1a1..92b9990 100644 --- a/test/openpower-pels/json_utils_test.cpp +++ b/test/openpower-pels/json_utils_test.cpp
@@ -19,6 +19,7 @@ #include <nlohmann/json.hpp> #include <filesystem> +#include <fstream> #include <gtest/gtest.h>