lint: Fix reference to StringUtil in SceneEventFlowMsg

This commit is contained in:
MonsterDruide1 2024-06-03 23:48:42 +02:00
parent ac1976331f
commit 947059c7f6

View File

@ -1,6 +1,6 @@
#include "Library/Event/SceneEventFlowMsg.h"
#include "Library/Base/String.h"
#include "Library/Base/StringUtil.h"
namespace al {
SceneEventFlowMsg::SceneEventFlowMsg() {}