7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 21:41:40 +00:00

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

View File

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