Add missing include to force correct linkage

This commit is contained in:
Marek Roszko 2024-03-22 06:48:31 -04:00
parent cb8ed07858
commit d134d7cc2a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* SPDX-License-Identifier: MIT
*
*/
#include <json_common.h>
#include <nlohmann/json.hpp>
namespace nlohmann