Fix Windows MSVC link error in qa_common test executable.

Replace direct nlohmann/json.hpp includes with json_common.h in the
remote provider test files
This commit is contained in:
Seth Hillbrand
2026-03-11 13:30:57 -07:00
parent 1b9f7eef51
commit eeb640a4da
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@
#include <boost/test/unit_test.hpp>
#include <nlohmann/json.hpp>
#include <json_common.h>
#include <remote_provider_settings.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#include <map>
#include <nlohmann/json.hpp>
#include <json_common.h>
#include <oauth/secure_token_store.h>
#include <remote_provider_settings.h>