From 38b986f03a295de3adaabfe1689eaeae0c2e4ebd Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Thu, 26 Jun 2014 21:34:16 -0700 Subject: [PATCH] OPMapControl lib had some missing includes. --- libs/opmapcontrol/src/mapwidget/opmapwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/opmapcontrol/src/mapwidget/opmapwidget.h b/libs/opmapcontrol/src/mapwidget/opmapwidget.h index 4ed9d56f7..83df9a6d9 100644 --- a/libs/opmapcontrol/src/mapwidget/opmapwidget.h +++ b/libs/opmapcontrol/src/mapwidget/opmapwidget.h @@ -35,6 +35,8 @@ #include "configuration.h" #include #include +#include +#include #include "waypointitem.h" #include "QtSvg/QGraphicsSvgItem" #include "uavitem.h" -- 2.22.0