summaryrefslogtreecommitdiff
path: root/test/redfish-core/include/utils/query_param_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/redfish-core/include/utils/query_param_test.cpp')
-rw-r--r--test/redfish-core/include/utils/query_param_test.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/redfish-core/include/utils/query_param_test.cpp b/test/redfish-core/include/utils/query_param_test.cpp
index c5ae21f1d2..46cc64d003 100644
--- a/test/redfish-core/include/utils/query_param_test.cpp
+++ b/test/redfish-core/include/utils/query_param_test.cpp
@@ -1,13 +1,21 @@
#include "bmcweb_config.h"
+#include "error_messages.hpp"
+#include "http_response.hpp"
#include "utils/query_param.hpp"
+#include <boost/beast/http/status.hpp>
#include <boost/system/result.hpp>
+#include <boost/url/parse.hpp>
#include <boost/url/url_view.hpp>
#include <nlohmann/json.hpp>
-#include <new>
+#include <array>
+#include <optional>
#include <span>
+#include <string>
+#include <utility>
+#include <vector>
#include <gmock/gmock.h> // IWYU pragma: keep
#include <gtest/gtest.h> // IWYU pragma: keep