This commit is contained in:
Green Sky 2023-12-16 12:48:05 +01:00
parent d16c43ce56
commit 55df71d96e
No known key found for this signature in database

View File

@ -1,11 +1,12 @@
#pragma once #pragma once
#include <cstdint>
#include <solanaceae/message3/registry_message_model.hpp> #include <solanaceae/message3/registry_message_model.hpp>
#include <solanaceae/contact/contact_model3.hpp> #include <solanaceae/contact/contact_model3.hpp>
#include <vector> #include <vector>
#include <map> #include <map>
#include <string>
#include <cstdint>
// fwd // fwd
struct ConfigModelI; struct ConfigModelI;