Pica: Add missing memory header

This one is needed for std::unique_ptr, otherwise things won’t compile.
This commit is contained in:
Emmanuel Gil Peyrot 2024-12-28 21:53:27 +01:00
parent c65c3c7192
commit 26dfdefb45

View file

@ -1,6 +1,7 @@
#pragma once
#include <initializer_list>
#include <memory>
#include "../support/common/common_types.h"