From 448133c01487f99f242d083d81cdea61d3d65d7e Mon Sep 17 00:00:00 2001 From: Kosta Date: Tue, 11 Feb 2014 13:35:54 +0100 Subject: [PATCH] fix VS2012 solution file and add more missing includes to `clara.h` --- include/internal/clara.h | 2 ++ projects/VS2012/TestCatch/TestCatch.sln | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/internal/clara.h b/include/internal/clara.h index 9421fecd..6e7d7ea9 100644 --- a/include/internal/clara.h +++ b/include/internal/clara.h @@ -23,6 +23,8 @@ #undef CLICHE_TBC_TEXT_FORMAT_OUTER_NAMESPACE #include +#include +#include #include #include #include diff --git a/projects/VS2012/TestCatch/TestCatch.sln b/projects/VS2012/TestCatch/TestCatch.sln index efb4502b..f4c8a679 100644 --- a/projects/VS2012/TestCatch/TestCatch.sln +++ b/projects/VS2012/TestCatch/TestCatch.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestCatch", "TestCatch\TestCatch.vcxproj", "{A2F23B19-9CF7-4246-AE58-BC65E39C6F7E}" EndProject Global