From 145508de1b61a0a334bdf7a8629bc2122e6251b9 Mon Sep 17 00:00:00 2001 From: Ankita Sharma Date: Fri, 10 Jun 2022 18:15:59 +0530 Subject: [PATCH 1/2] add poco/Mutex include header --- Source/moja.flint/include/moja/flint/writesystemconfig.h | 1 + Source/moja.flint/include/moja/flint/writevariablegrid.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Source/moja.flint/include/moja/flint/writesystemconfig.h b/Source/moja.flint/include/moja/flint/writesystemconfig.h index ccae118b..a567be07 100644 --- a/Source/moja.flint/include/moja/flint/writesystemconfig.h +++ b/Source/moja.flint/include/moja/flint/writesystemconfig.h @@ -4,6 +4,7 @@ #include #include +#include namespace moja { namespace flint { diff --git a/Source/moja.flint/include/moja/flint/writevariablegrid.h b/Source/moja.flint/include/moja/flint/writevariablegrid.h index 080efc7b..f6e8d41d 100644 --- a/Source/moja.flint/include/moja/flint/writevariablegrid.h +++ b/Source/moja.flint/include/moja/flint/writevariablegrid.h @@ -8,6 +8,7 @@ #include "moja/flint/modulebase.h" #include +#include #include #include From f6125dfcffb5bb3026d2cc28149d9279b98809be Mon Sep 17 00:00:00 2001 From: Ankita Sharma Date: Mon, 13 Jun 2022 22:19:46 +0530 Subject: [PATCH 2/2] add C as a language --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 55d09d14..cccb2c60 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10.0) -project(moja VERSION 1.0.6 LANGUAGES CXX) +project(moja VERSION 1.0.6 LANGUAGES CXX C) #turn on using solution folders set_property( GLOBAL PROPERTY USE_FOLDERS ON)