From 9ce23203cc900eb8f5019e9744109dc1eaf6bff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 30 Sep 2017 12:45:25 +0200 Subject: [PATCH] Fix includes --- lib/importproject.h | 1 - lib/utils.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/importproject.h b/lib/importproject.h index 7163a7642..1933c87f8 100644 --- a/lib/importproject.h +++ b/lib/importproject.h @@ -30,7 +30,6 @@ #include #include #include -#include /// @addtogroup Core /// @{ diff --git a/lib/utils.h b/lib/utils.h index bc3482339..d6bc1b26b 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -22,6 +22,7 @@ //--------------------------------------------------------------------------- #include +#include #include #include