From 007895c2795f81604c17dd8f27a9339e5f5ee56f Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 2 Jan 2021 12:20:34 -0330 Subject: [PATCH] Added missing files to Visual Studio project, and fixed compile error. --- src/common/repository/KeyValueRepositoryConfigfile.cxx | 2 ++ src/windows/Stella.vcxproj | 2 ++ src/windows/Stella.vcxproj.filters | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/src/common/repository/KeyValueRepositoryConfigfile.cxx b/src/common/repository/KeyValueRepositoryConfigfile.cxx index bc4047c1f..8b3b246a3 100644 --- a/src/common/repository/KeyValueRepositoryConfigfile.cxx +++ b/src/common/repository/KeyValueRepositoryConfigfile.cxx @@ -80,4 +80,6 @@ bool KeyValueRepositoryConfigfile::save(ostream& out, const std::map + @@ -1894,6 +1895,7 @@ + diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index 116672381..e39b9909d 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -2267,6 +2267,12 @@ Header Files\repository + + Header Files\repository + + + Header Files\sqlite +