summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redfish-core/include/utils/query_param_test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/redfish-core/include/utils/query_param_test.cpp b/redfish-core/include/utils/query_param_test.cpp
index 97f9c380f3..626d573599 100644
--- a/redfish-core/include/utils/query_param_test.cpp
+++ b/redfish-core/include/utils/query_param_test.cpp
@@ -1,11 +1,14 @@
#include "query_param.hpp"
+#include <boost/system/result.hpp>
+#include <boost/url/url_view.hpp>
#include <nlohmann/json.hpp>
+#include <cstddef>
#include <iostream>
-#include "gmock/gmock.h"
-#include "gtest/gtest.h"
+#include <gmock/gmock-matchers.h>
+#include <gtest/gtest.h>
namespace redfish::query_param
{