diff --git a/interpreter/cling/lib/Utils/PlatformWin.cpp b/interpreter/cling/lib/Utils/PlatformWin.cpp index a36fc6710d2f518285da8d6a876dddf10c835387..89501402888c3e1fc29c7edac97ee564db46b9eb 100644 --- a/interpreter/cling/lib/Utils/PlatformWin.cpp +++ b/interpreter/cling/lib/Utils/PlatformWin.cpp @@ -381,6 +381,8 @@ static int GetVisualStudioVersionCompiledWith() { return 14; #elif (_MSC_VER < 1920) return 15; +#elif (_MSC_VER < 1930) + return 16; #else #error "Unsupported/Untested _MSC_VER" // As of now this is what is should be...have fun!