From 1eddd4f54a387d3ae54021a7d9f948cd5a39045d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 17 Jun 2023 17:46:42 +0200 Subject: [PATCH] add missing include --- LEGO1/legoomni.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/legoomni.h b/LEGO1/legoomni.h index d5dd81ea..9a6ec783 100644 --- a/LEGO1/legoomni.h +++ b/LEGO1/legoomni.h @@ -5,6 +5,7 @@ #include "mxdsaction.h" #include "mxdsfile.h" #include "mxdsobject.h" +#include "mxomni.h" #include "mxomnicreateparam.h" #include "mxresult.h" #include "mxstreamer.h"