fix compiler warnings

This commit is contained in:
Sven Czarnian
2021-10-10 21:32:15 +02:00
parent a934767ffb
commit 818135e294

View File

@@ -15,7 +15,10 @@
#pragma warning(pop)
#include <aman/types/Communication.h>
#pragma warning(push, 0)
#include <protobuf/AircraftReport.pb.h>
#pragma warning(pop)
#include "RadarScreen.h"