Index: head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp (revision 536113) @@ -0,0 +1,10 @@ +--- src/qmapshack/gis/wpt/CGisItemWpt.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmapshack/gis/wpt/CGisItemWpt.cpp +@@ -38,6 +38,7 @@ + + #include + #include ++#include + + IGisItem::key_t CGisItemWpt::keyUserFocus; + QMap CGisItemWpt::keywordLambdaMap; Property changes on: head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp (revision 536113) @@ -0,0 +1,10 @@ +--- src/qmapshack/helpers/CDraw.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmapshack/helpers/CDraw.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + QPen CDraw::penBorderBlue(QColor(10, 10, 150, 220), 2); + QPen CDraw::penBorderGray(Qt::lightGray, 2); Property changes on: head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp (revision 536113) @@ -0,0 +1,10 @@ +--- src/qmapshack/map/CMapIMG.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmapshack/map/CMapIMG.cpp +@@ -33,6 +33,7 @@ + #include "units/IUnit.h" + + #include ++#include + + #undef DEBUG_SHOW_SECT_DESC + #undef DEBUG_SHOW_TRE_DATA Property changes on: head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp (revision 536113) @@ -0,0 +1,10 @@ +--- src/qmapshack/mouse/IMouseSelect.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmapshack/mouse/IMouseSelect.cpp +@@ -23,6 +23,7 @@ + #include "mouse/IScrOpt.h" + + #include ++#include + + IMouseSelect::IMouseSelect(CGisDraw *gis, CCanvas *canvas, CMouseAdapter *mouse) + : IMouse(gis, canvas, mouse) Property changes on: head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp (revision 536113) @@ -0,0 +1,10 @@ +--- src/qmaptool/helpers/CDraw.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmaptool/helpers/CDraw.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + QPen CDraw::penBorderBlue(QColor(10,10,150,220),2); + QPen CDraw::penBorderGray(Qt::lightGray,2); Property changes on: head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp (revision 536113) @@ -0,0 +1,11 @@ +--- src/qmaptool/overlay/COverlayCutMap.cpp.orig 2020-05-21 11:11:11 UTC ++++ src/qmaptool/overlay/COverlayCutMap.cpp +@@ -24,6 +24,8 @@ + + #include + #include ++#include ++ + using std::bind; + + static inline qreal sqr(qreal a) Property changes on: head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property