sculpt: add missing include

This commit is contained in:
Norman Feske 2022-05-20 11:38:52 +02:00 committed by Christian Helmuth
parent f652657d9d
commit c4f2ceb1ca

View File

@ -16,6 +16,7 @@
#include <types.h>
#include <model/route.h>
#include <depot/archive.h>
namespace Sculpt { struct Component; }