Fix undefined reference to VariantPool::usage()

This commit is contained in:
Benoit Blanchon
2024-05-16 09:41:16 +02:00
parent 60fb268d9a
commit 98fca74f66
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// MIT License
#include <ArduinoJson/Memory/StringBuilder.hpp>
#include <ArduinoJson/Memory/VariantPoolImpl.hpp>
#include <catch.hpp>
#include "Allocators.hpp"