From 7c6a2ee78a05323ba91965163d4b8f950fbdc03c Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 7 Jun 2020 15:54:34 +0200 Subject: [PATCH] [skip ci] include missing boost header --- src/App/GroupExtension.cpp | 1 + src/App/Link.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/App/GroupExtension.cpp b/src/App/GroupExtension.cpp index 924dbf751f..b83dc5aaf5 100644 --- a/src/App/GroupExtension.cpp +++ b/src/App/GroupExtension.cpp @@ -24,6 +24,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include #endif #include "DocumentObjectGroup.h" diff --git a/src/App/Link.cpp b/src/App/Link.cpp index 732eb95f71..41f519dab1 100644 --- a/src/App/Link.cpp +++ b/src/App/Link.cpp @@ -23,6 +23,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include #endif #include