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:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <json_common.h>
|
||||
|
||||
#include <remote_provider_settings.h>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user