Fix missing include.

This commit is contained in:
jean-pierre charras 2023-06-30 20:20:08 +02:00
parent f3a0c2b658
commit 821f365758
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <math/vector2d.h>
#include <optional>
#include <atomic>
#include <tool/tool_action.h>
#include <wx/debug.h>